Skip to content

Commit d5becb9

Browse files
author
Blair Lyons
committed
Bump version: 1.0.0 → 1.0.1
1 parent 0065d5c commit d5becb9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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 = 1.0.0
2+
current_version = 1.0.1
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,6 @@
9191
url="https://github.com/allen-cell-animated/simulariumio",
9292
# Do not edit this string manually, always use bumpversion
9393
# Details in CONTRIBUTING.rst
94-
version="1.0.0",
94+
version="1.0.1",
9595
zip_safe=False,
9696
)

simulariumio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
__email__ = "[email protected]"
77
# Do not edit this string manually, always use bumpversion
88
# Details in CONTRIBUTING.md
9-
__version__ = "1.0.0"
9+
__version__ = "1.0.1"
1010

1111

1212
def get_module_version():

0 commit comments

Comments
 (0)