Skip to content

Commit

Permalink
Default version to 0.0.0 if no version.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
mboldt committed Oct 7, 2016
1 parent 92b0fba commit 8885925
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 @@ -37,8 +37,7 @@ def get_version():
with open(version_file) as f:
return f.read()
except:
print("Error: please create a file", version_file, "with the tile-generator version in it.", file=sys.stderr)
raise
return '0.0.0'

setup(
name = "tile-generator",
Expand Down

0 comments on commit 8885925

Please sign in to comment.