Skip to content

Commit 6c9df6f

Browse files
committed
bump version 1.2.2.dev -> 1.2.2
1 parent 6db666b commit 6c9df6f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gradunwarp/core/globals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ##
77
import logging
88

9-
VERSION = '1.2.2.dev'
9+
VERSION = '1.2.2'
1010

1111
usage = '''
1212
gradient_unwarp infile outfile manufacturer -g <coefficient file> [optional arguments]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ requires = [
1111
build-backend = "setuptools.build_meta"
1212

1313
[tool.bumpver]
14-
current_version = "1.2.2.dev"
14+
current_version = "1.2.2"
1515
version_pattern = "MAJOR.MINOR.PATCH[.TAG]"
1616
commit_message = "bump version {old_version} -> {new_version}"
1717
tag_message = "{new_version}"

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.2.2.dev
1+
v1.2.2

0 commit comments

Comments
 (0)