Skip to content

Commit 59d5012

Browse files
Correct the version in setup.py
1 parent 04c03a0 commit 59d5012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/marvin/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
raise RuntimeError("python setuptools is required to build Marvin")
2828

2929

30-
VERSION = "4.21.0.0"
30+
VERSION = "4.21.0.0-SNAPSHOT"
3131

3232
setup(name="Marvin",
3333
version=VERSION,

0 commit comments

Comments
 (0)