Skip to content

Commit

Permalink
increased minor version number
Browse files Browse the repository at this point in the history
  • Loading branch information
tdudgeon committed Dec 17, 2024
1 parent 58ea2fe commit f2bb6f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xchemalign/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ def parse_compound_smiles(val: str):

# the integer part is the major version number (increment when the data format changes in an incompatible way)
# the decimal part is the minor version number (something changed in XCA but does not impact the data format)
DATA_FORMAT_VERSION = 2.1
DATA_FORMAT_VERSION = 2.2


def check_data_format_version(ver_to_check):
Expand Down

0 comments on commit f2bb6f2

Please sign in to comment.