Skip to content

Commit 5b4d768

Browse files
committed
Bump version: 5.10.0 → 5.10.1.dev0
1 parent 6bbe6f6 commit 5b4d768

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 5.10.0
2+
current_version = 5.10.1.dev0
33
commit = True
44
tag = True
55
sign_tags = True

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def compare(list1, list2):
8686

8787
# The full version, including alpha/beta/rc tags
8888
# The short X.Y version.
89-
version = '5.10.0'
89+
version = '5.10.1.dev0'
9090
release = version
9191

9292

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def read(fname):
1111
return open(os.path.join(os.path.dirname(__file__), fname)).read()
1212

1313

14-
version = '5.10.0'
14+
version = '5.10.1.dev0'
1515
url = "https://github.com/ome/omero-scripts/"
1616

1717
setup(

0 commit comments

Comments
 (0)