Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
bd-j committed Apr 8, 2018
1 parent 4dc8ddc commit a50ba40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
setup

#vers = subprocess.check_output(["git", "log", "--format=%h"], universal_newlines=True).split('\n')[0]
vers = "0.1"
vers = "0.2"
with open('prospect/_version.py', "w") as f:
f.write('__version__ = "{}"'.format(vers))

Expand Down

0 comments on commit a50ba40

Please sign in to comment.