Skip to content

Commit

Permalink
Version 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
charnley committed Jan 6, 2023
1 parent b0b393e commit dcca78e
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.5.0"
__version__ = "1.5.1"

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 @@ -4,7 +4,7 @@

import setuptools # type: ignore

__version__ = "1.5.0"
__version__ = "1.5.1"

# Find the absolute path
here = os.path.abspath(os.path.dirname(__file__))
Expand Down

0 comments on commit dcca78e

Please sign in to comment.