We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58ea2fe commit f2bb6f2Copy full SHA for f2bb6f2
src/xchemalign/utils.py
@@ -525,7 +525,7 @@ def parse_compound_smiles(val: str):
525
526
# the integer part is the major version number (increment when the data format changes in an incompatible way)
527
# 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
+DATA_FORMAT_VERSION = 2.2
529
530
531
def check_data_format_version(ver_to_check):
0 commit comments