Skip to content

Commit ea5e418

Browse files
Bump version: 0.8.2 → 0.9.0
1 parent 44d966c commit ea5e418

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyssa/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
__author__ = """Dileep Kishore, Srikiran Chandrasekaran"""
66
__email__ = "k.dileep1994@gmail.com"
7-
__version__ = "0.8.2"
7+
__version__ = "0.9.0"
88

99
from .simulation import Simulation

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.8.2
2+
current_version = 0.9.0
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
test_suite="tests",
6868
tests_require=test_requirements,
6969
url="https://github.com/Heuro-labs/pyssa",
70-
version="0.8.2",
70+
version="0.9.0",
7171
zip_safe=False,
7272
ext_modules=cythonize(
7373
ext_modules,

0 commit comments

Comments
 (0)