Skip to content

Commit

Permalink
Bump version: 4.2.0.dev1 → 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmoore committed Jan 13, 2020
1 parent a6c3359 commit 454a735
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 4.2.0.dev1
current_version = 4.2.0
commit = True
tag = True
sign_tags = True
Expand All @@ -18,3 +18,4 @@ values =
[bumpversion:part:build]

[bumpversion:file:omero_figure/utils.py]

2 changes: 1 addition & 1 deletion omero_figure/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import os


__version__ = "4.2.0.dev1"
__version__ = "4.2.0"


def read_file(fname, content_type=None):
Expand Down

0 comments on commit 454a735

Please sign in to comment.