Skip to content

Commit

Permalink
Fixed version fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
naderm committed Jan 17, 2019
1 parent e0783fa commit 93c25ab
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 @@
if "#" in line:
line = line[:line.index("#")]

if not line.startswith("version ="):
if not line.startswith("__version__ ="):
continue

__version__ = line.split("=")[1].strip().strip("\"")
Expand Down

0 comments on commit 93c25ab

Please sign in to comment.