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 ddfa461 commit 4286479Copy full SHA for 4286479
aicssegmentation/__init__.py
@@ -6,7 +6,7 @@
6
__email__ = "[email protected]"
7
# Do not edit this string manually, always use bumpversion
8
# Details in CONTRIBUTING.md
9
-__version__ = "0.4.2"
+__version__ = "0.5.0"
10
11
12
def get_module_version():
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.4.2
+current_version = 0.5.0
3
commit = True
4
tag = True
5
@@ -31,3 +31,4 @@ ignore =
31
W293
32
E261
33
max-line-length = 120
34
+
setup.py
@@ -96,6 +96,6 @@
96
url="https://github.com/AllenCell/aicssegmentation",
97
98
# Details in CONTRIBUTING.rst
99
- version="0.4.2",
+ version="0.5.0",
100
zip_safe=False,
101
)
0 commit comments