Skip to content

Commit

Permalink
set version 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
coalsont committed Dec 23, 2024
1 parent 76f1fd0 commit 6603919
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'
VERSION = '1.2.3'

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 @@ -3,7 +3,7 @@ requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[tool.bumpver]
current_version = "1.2.2"
current_version = "1.2.3"
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
v1.2.3

0 comments on commit 6603919

Please sign in to comment.