Skip to content

Commit

Permalink
Version 0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mraveri committed May 10, 2021
1 parent aa5c148 commit f5eedbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def get_requirements():
platforms='any',
install_requires=get_requirements(),
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'Operating System :: OS Independent',
'Intended Audience :: Science/Research',
'Programming Language :: Python :: 3',
Expand Down
2 changes: 1 addition & 1 deletion tensiometer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__author__ = 'Marco Raveri'
__version__ = "0.0.8"
__version__ = "0.1"
__url__ = "https://tensiometer.readthedocs.io"

from . import gaussian_tension, mcmc_tension, cosmosis_interface

0 comments on commit f5eedbb

Please sign in to comment.