Skip to content

Commit 265ce17

Browse files
committed
Revert "And going back to dev version"
This reverts commit ef65bdc.
1 parent ef65bdc commit 265ce17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222

2323
VER_MAJOR = 0
2424
VER_MINOR = 9
25-
VER_MAINT = 25
26-
VER_PREREL = "dev1"
25+
VER_MAINT = 24
26+
VER_PREREL = ""
2727
try:
2828
if call(["git", "branch"], stderr=STDOUT, stdout=open(os.devnull, 'w')) == 0:
2929
p = Popen("git log -1 --format=%cd --date=format:%Y%m%d.%H%M%S", shell=True, stdin=PIPE, stderr=PIPE, stdout=PIPE)

0 commit comments

Comments
 (0)