Skip to content

Commit

Permalink
version++
Browse files Browse the repository at this point in the history
  • Loading branch information
charnley committed Nov 21, 2018
1 parent cf0dd18 commit 6cbb9ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rmsd/calculate_rmsd.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
https://github.com/charnley/rmsd
"""

__version__ = '1.2.7'
__version__ = '1.3.0'

import copy
import re
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import setuptools
import os

__version__ = '1.2.7'
__version__ = '1.3.0'

# Find the absolute path
here = os.path.abspath(os.path.dirname(__file__))
Expand Down

0 comments on commit 6cbb9ff

Please sign in to comment.