Skip to content

Commit a2c3543

Browse files
committed
BUG: wrong ants tag - need to bump version
1 parent 3d2ce6f commit a2c3543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from setuptools.command.build_ext import build_ext
1818

1919
setup_py_dir = os.path.dirname(os.path.realpath(__file__))
20-
version = "0.4.0" # ANTsPy version
20+
version = "0.4.1" # ANTsPy version
2121

2222
if "--weekly" in sys.argv:
2323
sys.argv.remove("--weekly")

0 commit comments

Comments
 (0)