Skip to content

Commit

Permalink
Bump version: 1.8.7 → 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wolny committed Jan 6, 2025
1 parent fd774f9 commit 47efdca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[bumpversion]
current_version = 1.8.7
current_version = 1.9.0
commit = True
tag = True
tag_name = {new_version}

[bumpversion:file:pytorch3dunet/__version__.py]

2 changes: 1 addition & 1 deletion pytorch3dunet/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.8.7'
__version__ = '1.9.0'

0 comments on commit 47efdca

Please sign in to comment.