From 32254144f10fa16ab561a763c0283a7e62627655 Mon Sep 17 00:00:00 2001 From: Jimmy Charnley Kromann Date: Thu, 3 Jan 2019 13:52:24 +0100 Subject: [PATCH] ver + one --- rmsd/calculate_rmsd.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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__))