We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6db666b commit 6c9df6fCopy full SHA for 6c9df6f
gradunwarp/core/globals.py
@@ -6,7 +6,7 @@
6
### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ##
7
import logging
8
9
-VERSION = '1.2.2.dev'
+VERSION = '1.2.2'
10
11
usage = '''
12
gradient_unwarp infile outfile manufacturer -g <coefficient file> [optional arguments]
pyproject.toml
@@ -11,7 +11,7 @@ requires = [
build-backend = "setuptools.build_meta"
13
[tool.bumpver]
14
-current_version = "1.2.2.dev"
+current_version = "1.2.2"
15
version_pattern = "MAJOR.MINOR.PATCH[.TAG]"
16
commit_message = "bump version {old_version} -> {new_version}"
17
tag_message = "{new_version}"
version.txt
@@ -1 +1 @@
1
-v1.2.2.dev
+v1.2.2
0 commit comments