Skip to content

Commit

Permalink
Upgraded the version number to 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
RealPolitiX committed Apr 15, 2019
1 parent 998b56b commit ea5fb97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name="symmetrize",
version="0.4.2",
version="0.5.5",
url="https://github.com/RealPolitiX/symmetrize",

author="R. Patrick Xian",
Expand Down
2 changes: 1 addition & 1 deletion symmetrize/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

from . import sym, pointops, tps

__version__ = '0.4.2'
__version__ = '0.5.5'
__author__ = 'R. Patrick Xian'
__all__ = []

0 comments on commit ea5fb97

Please sign in to comment.