Skip to content

Commit

Permalink
Version change typo
Browse files Browse the repository at this point in the history
  • Loading branch information
connorourke committed Aug 7, 2018
1 parent ef9eecd commit b3fc06f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crystal_torture/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.0'
__version__ = '1.0.41'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def read(fname):

# version_file = open(os.getcwd()+'/crystal_torture/'+ 'VERSION')
# __version__ = version_file.read().strip()
exec(open('crystal_torture/version.py').read())
exec(open('crystal_torture/version.py').read())

args = check_f2py_compiler()

Expand Down

0 comments on commit b3fc06f

Please sign in to comment.