Skip to content

Commit 29e1427

Browse files
committed
Bump version: 5.1.1.dev0 → 6.0.0
1 parent 596d54c commit 29e1427

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

omero_figure/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import json
2020
import os
2121

22-
__version__ = "5.1.1.dev0"
22+
__version__ = "6.0.0"
2323

2424

2525
def read_file(fname, content_type=None):

0 commit comments

Comments
 (0)