We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f3b314 commit 63eaa73Copy full SHA for 63eaa73
2 files changed
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.8.1.dev0
+current_version = 0.8.1
3
commit = True
4
tag = True
5
sign_tags = True
setup.py
@@ -30,7 +30,7 @@ def read(fname):
30
return open(os.path.join(os.path.dirname(__file__), fname)).read()
31
32
33
-version = '0.8.1.dev0'
+version = '0.8.1'
34
url = "https://github.com/ome/omero-cli-render/"
35
36
setup(
0 commit comments