Skip to content

Commit 63eaa73

Browse files
committed
Bump version: 0.8.1.dev0 → 0.8.1
1 parent 9f3b314 commit 63eaa73

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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 = 0.8.1.dev0
2+
current_version = 0.8.1
33
commit = True
44
tag = True
55
sign_tags = True

setup.py

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

3232

33-
version = '0.8.1.dev0'
33+
version = '0.8.1'
3434
url = "https://github.com/ome/omero-cli-render/"
3535

3636
setup(

0 commit comments

Comments
 (0)