Skip to content

Commit 6afb748

Browse files
Bump version: 0.7.0 → 0.7.1
1 parent bd964c6 commit 6afb748

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.7.0"
7+
__version__ = "0.7.1"
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.7.0
2+
current_version = 0.7.1
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
test_suite="tests",
3838
tests_require=test_requirements,
3939
url="https://github.com/Heuro-labs/pyssa",
40-
version="0.7.0",
40+
version="0.7.1",
4141
zip_safe=False,
4242
)

0 commit comments

Comments
 (0)