Skip to content

Commit

Permalink
Revert "And going back to dev version"
Browse files Browse the repository at this point in the history
This reverts commit ef65bdc.
  • Loading branch information
0xdeaddood committed Oct 27, 2021
1 parent ef65bdc commit 265ce17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@

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

0 comments on commit 265ce17

Please sign in to comment.