Skip to content

Commit ad4f150

Browse files
committed
version +1
1 parent af6d228 commit ad4f150

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rmsd/calculate_rmsd.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
https://github.com/charnley/rmsd
88
"""
99

10-
__version__ = "1.3.2"
10+
__version__ = "1.4"
1111

1212
import argparse
1313
import copy

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import setuptools
44
import os
55

6-
__version__ = '1.3.2'
6+
__version__ = '1.4'
77

88
# Find the absolute path
99
here = os.path.abspath(os.path.dirname(__file__))

0 commit comments

Comments
 (0)