Skip to content

Commit

Permalink
bump version 1.2.2.dev -> 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
coalsont committed Dec 15, 2023
1 parent 6db666b commit 6c9df6f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradunwarp/core/globals.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ##
import logging

VERSION = '1.2.2.dev'
VERSION = '1.2.2'

usage = '''
gradient_unwarp infile outfile manufacturer -g <coefficient file> [optional arguments]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ requires = [
build-backend = "setuptools.build_meta"

[tool.bumpver]
current_version = "1.2.2.dev"
current_version = "1.2.2"
version_pattern = "MAJOR.MINOR.PATCH[.TAG]"
commit_message = "bump version {old_version} -> {new_version}"
tag_message = "{new_version}"
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.2.2.dev
v1.2.2

0 comments on commit 6c9df6f

Please sign in to comment.