We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd964c6 commit 6afb748Copy full SHA for 6afb748
pyssa/__init__.py
@@ -4,6 +4,6 @@
4
5
__author__ = """Dileep Kishore, Srikiran Chandrasekaran"""
6
__email__ = "k.dileep1994@gmail.com"
7
-__version__ = "0.7.0"
+__version__ = "0.7.1"
8
9
from .simulation import Simulation
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.7.0
+current_version = 0.7.1
3
commit = True
tag = True
setup.py
@@ -37,6 +37,6 @@
37
test_suite="tests",
38
tests_require=test_requirements,
39
url="https://github.com/Heuro-labs/pyssa",
40
- version="0.7.0",
+ version="0.7.1",
41
zip_safe=False,
42
)
0 commit comments