Skip to content

Commit 4286479

Browse files
committed
Bump version: 0.4.2 → 0.5.0
1 parent ddfa461 commit 4286479

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

aicssegmentation/__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__ = "0.4.2"
9+
__version__ = "0.5.0"
1010

1111

1212
def get_module_version():

setup.cfg

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

@@ -31,3 +31,4 @@ ignore =
3131
W293
3232
E261
3333
max-line-length = 120
34+

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,6 @@
9696
url="https://github.com/AllenCell/aicssegmentation",
9797
# Do not edit this string manually, always use bumpversion
9898
# Details in CONTRIBUTING.rst
99-
version="0.4.2",
99+
version="0.5.0",
100100
zip_safe=False,
101101
)

0 commit comments

Comments
 (0)