Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlei committed May 24, 2018
1 parent ad875db commit aac946d
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 @@ -6,7 +6,7 @@
except OSError as e:
__VERSION__ = ""

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

setup(
Expand Down

0 comments on commit aac946d

Please sign in to comment.