[bumpver] current_version = "1.0.0-202511" version_pattern = "MAJOR.MINOR.PATCH-YYYYMMDD" commit_message = "Release {new_version}" commit = True tag = True push = True [bumpver:file_patterns] setup.cfg = current_version = "{version}" csst_dfs_client/version.py = __version__ = "{version}"