[bumpver] current_version = "1.0.2-20250101" version_pattern = "MAJOR.MINOR.PATCH-YYYY0M0D" 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}"