Skip to content

Commit

Permalink
0.41
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlei committed Jun 16, 2018
1 parent bb8186e commit fe7098f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import os
from setuptools import setup

#from smop.version import __version__ as __VERSION__
from smop.version import __version__ as __VERSION__

try:
__VERSION__ = os.popen("git describe --tags").read().strip()
except OSError as e:
__VERSION__ = ""

open("smop/version.py","w").write("__version__='%s'" % __VERSION__)
#try:
# __VERSION__ = os.popen("git describe --tags").read().strip()
#except OSError as e:
# __VERSION__ = ""
#
#open("smop/version.py","w").write("__version__='%s'" % __VERSION__)

setup(
author = 'Victor Leikehman',
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-1-gdaac1f2'
__version__='0.41'

0 comments on commit fe7098f

Please sign in to comment.