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 0065d5c commit d5becb9Copy full SHA for d5becb9
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.0.0
+current_version = 1.0.1
3
commit = True
4
tag = True
5
setup.py
@@ -91,6 +91,6 @@
91
url="https://github.com/allen-cell-animated/simulariumio",
92
# Do not edit this string manually, always use bumpversion
93
# Details in CONTRIBUTING.rst
94
- version="1.0.0",
+ version="1.0.1",
95
zip_safe=False,
96
)
simulariumio/__init__.py
@@ -6,7 +6,7 @@
6
__email__ = "[email protected]"
7
8
# Details in CONTRIBUTING.md
9
-__version__ = "1.0.0"
+__version__ = "1.0.1"
10
11
12
def get_module_version():
0 commit comments