Skip to content

Commit f2bb6f2

Browse files
committed
increased minor version number
1 parent 58ea2fe commit f2bb6f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xchemalign/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ def parse_compound_smiles(val: str):
525525

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

530530

531531
def check_data_format_version(ver_to_check):

0 commit comments

Comments
 (0)