We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af6d228 commit ad4f150Copy full SHA for ad4f150
rmsd/calculate_rmsd.py
@@ -7,7 +7,7 @@
7
https://github.com/charnley/rmsd
8
"""
9
10
-__version__ = "1.3.2"
+__version__ = "1.4"
11
12
import argparse
13
import copy
setup.py
@@ -3,7 +3,7 @@
3
import setuptools
4
import os
5
6
-__version__ = '1.3.2'
+__version__ = '1.4'
# Find the absolute path
here = os.path.abspath(os.path.dirname(__file__))
0 commit comments