diff --git a/rmsd/calculate_rmsd.py b/rmsd/calculate_rmsd.py index 52abf41..f3672e1 100755 --- a/rmsd/calculate_rmsd.py +++ b/rmsd/calculate_rmsd.py @@ -8,7 +8,7 @@ https://github.com/charnley/rmsd """ -__version__ = '1.3.0' +__version__ = '1.3.2' import copy import re diff --git a/setup.py b/setup.py index 5deb39e..2d4062d 100644 --- a/setup.py +++ b/setup.py @@ -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__))