Skip to content

Commit

Permalink
Ported to python3
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlei committed May 25, 2018
1 parent 41faaba commit c37c1e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
try:
__VERSION__ = os.popen("git describe --tags").read().strip()
except OSError as e:
__VERSION__ = ""
__VERSION__ = "''"

open("smop/version.py","w").write("__version__='%s'" % __VERSION__)

Expand Down
2 changes: 1 addition & 1 deletion smop/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__='0.40'
__version__='0.40'

0 comments on commit c37c1e7

Please sign in to comment.