Skip to content

Commit

Permalink
correct default version
Browse files Browse the repository at this point in the history
  • Loading branch information
doutriaux1 committed Sep 12, 2018
1 parent fcf0d0d commit 556132f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
else:
install_dev = False

Version = "0.6.0"
Version = "1.2"
p = subprocess.Popen(
("git",
"describe",
Expand All @@ -25,7 +25,6 @@
if Version == "":
Version = descr
except:
Version = "0.9.pre-release"
descr = Version

p = subprocess.Popen(
Expand Down

0 comments on commit 556132f

Please sign in to comment.