From ad4f15069c0a28f1a553a7e53dc54ff0812969ba Mon Sep 17 00:00:00 2001 From: Jimmy Charnley Kromann Date: Sat, 31 Oct 2020 16:15:21 +0100 Subject: [PATCH] version +1 --- 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 11af7dc..0f2408c 100644 --- a/rmsd/calculate_rmsd.py +++ b/rmsd/calculate_rmsd.py @@ -7,7 +7,7 @@ https://github.com/charnley/rmsd """ -__version__ = "1.3.2" +__version__ = "1.4" import argparse import copy diff --git a/setup.py b/setup.py index 9c5bb48..302b9d6 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import setuptools import os -__version__ = '1.3.2' +__version__ = '1.4' # Find the absolute path here = os.path.abspath(os.path.dirname(__file__))