Skip to content

Commit 27af45b

Browse files
committed
Bump version: 6.2.1.dev0 → 6.2.1
1 parent 0f25ecc commit 27af45b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 = 6.2.1.dev0
2+
current_version = 6.2.1
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__ = "6.2.1.dev0"
22+
__version__ = "6.2.1"
2323

2424

2525
def read_file(fname, content_type=None):

0 commit comments

Comments
 (0)