Skip to content

Commit

Permalink
bumped version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rperezsoto committed Jun 30, 2021
1 parent 8fcec49 commit d195311
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy-instructions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Updating the version
Places where the version has to be updated:

- ./setup.py
- ./pyssian/pyssian.py
- ./pyssian/__init__.py

Notes:

Expand Down
2 changes: 1 addition & 1 deletion pyssian/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .gaussianclasses import *

__version__ = '1.0.0'
__version__ = '1.0.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import setuptools

__version__ = '1.0.0'
__version__ = '1.0.1'

with open("README.rst", "r") as fh:
long_description = fh.read()
Expand Down

0 comments on commit d195311

Please sign in to comment.