Skip to content

Commit

Permalink
WIP: try to automate gh to pypi packaging bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
stnava committed Aug 20, 2023
1 parent 85354cb commit feb6d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from setuptools.command.build_ext import build_ext

setup_py_dir = os.path.dirname(os.path.realpath(__file__))
version = "0.4.1" # ANTsPy version
version = "0.4.2" # ANTsPy version

if "--weekly" in sys.argv:
sys.argv.remove("--weekly")
Expand Down

0 comments on commit feb6d24

Please sign in to comment.