Skip to content

Commit

Permalink
Make version consistent before release
Browse files Browse the repository at this point in the history
  • Loading branch information
mkstratos committed Nov 6, 2019
1 parent c8fee49 commit d1a0ad8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions STJ_PV/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
from . import run_stj
from . import stj_metric
__version__ = "1.0.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='STJ_PV',
version='1.0',
version='1.0.0',
author=AUTHOR,
author_email='p.maher@exeter.ac.uk, kelleherme@ornl.gov',
packages=['STJ_PV', ],
Expand Down

0 comments on commit d1a0ad8

Please sign in to comment.