Skip to content

Commit

Permalink
ver + one
Browse files Browse the repository at this point in the history
  • Loading branch information
charnley committed Jan 3, 2019
1 parent c456da3 commit 3225414
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.3.0'
__version__ = '1.3.2'

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.3.1'
__version__ = '1.3.2'

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

0 comments on commit 3225414

Please sign in to comment.