Skip to content

Commit

Permalink
version +1
Browse files Browse the repository at this point in the history
  • Loading branch information
charnley committed Oct 31, 2020
1 parent af6d228 commit ad4f150
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rmsd/calculate_rmsd.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
https://github.com/charnley/rmsd
"""

__version__ = "1.3.2"
__version__ = "1.4"

import argparse
import copy
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__))
Expand Down

0 comments on commit ad4f150

Please sign in to comment.