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 44d966c commit ea5e418Copy full SHA for ea5e418
pyssa/__init__.py
@@ -4,6 +4,6 @@
4
5
__author__ = """Dileep Kishore, Srikiran Chandrasekaran"""
6
__email__ = "k.dileep1994@gmail.com"
7
-__version__ = "0.8.2"
+__version__ = "0.9.0"
8
9
from .simulation import Simulation
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.8.2
+current_version = 0.9.0
3
commit = True
tag = True
setup.py
@@ -67,7 +67,7 @@
67
test_suite="tests",
68
tests_require=test_requirements,
69
url="https://github.com/Heuro-labs/pyssa",
70
- version="0.8.2",
+ version="0.9.0",
71
zip_safe=False,
72
ext_modules=cythonize(
73
ext_modules,
0 commit comments