CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
bump_my_version.egg-info/PKG-INFO
bump_my_version.egg-info/SOURCES.txt
bump_my_version.egg-info/dependency_links.txt
bump_my_version.egg-info/entry_points.txt
bump_my_version.egg-info/requires.txt
bump_my_version.egg-info/top_level.txt
bumpversion/__init__.py
bumpversion/__main__.py
bumpversion/aliases.py
bumpversion/autocast.py
bumpversion/bump.py
bumpversion/cli.py
bumpversion/context.py
bumpversion/exceptions.py
bumpversion/files.py
bumpversion/indented_logger.py
bumpversion/scm.py
bumpversion/show.py
bumpversion/ui.py
bumpversion/utils.py
bumpversion/version_part.py
bumpversion/visualize.py
bumpversion/yaml_dump.py
bumpversion/config/__init__.py
bumpversion/config/create.py
bumpversion/config/files.py
bumpversion/config/files_legacy.py
bumpversion/config/models.py
bumpversion/config/utils.py
bumpversion/versioning/__init__.py
bumpversion/versioning/conventions.py
bumpversion/versioning/functions.py
bumpversion/versioning/models.py
bumpversion/versioning/serialization.py
tests/__init__.py
tests/conftest.py
tests/test_autocast.py
tests/test_bump.py
tests/test_configuredfile.py
tests/test_files.py
tests/test_indented_logger.py
tests/test_scm.py
tests/test_show.py
tests/test_utils.py
tests/test_version_part.py
tests/test_visualize.py
tests/test_yaml.py
tests/fixtures/basic_cfg.cfg
tests/fixtures/basic_cfg.toml
tests/fixtures/basic_cfg_expected.json
tests/fixtures/basic_cfg_expected.txt
tests/fixtures/basic_cfg_expected.yaml
tests/fixtures/basic_cfg_expected_full.json
tests/fixtures/file_config_overrides.toml
tests/fixtures/legacy_multiline_search.cfg
tests/fixtures/legacy_multiline_search_comma.cfg
tests/fixtures/legacy_multiline_search_comma_expected.json
tests/fixtures/legacy_multiline_search_expected.json
tests/fixtures/partial_version_strings.toml
tests/fixtures/pep440.toml
tests/fixtures/regex_test_config.toml
tests/fixtures/regex_with_caret.yaml
tests/fixtures/regex_with_caret_config.toml
tests/fixtures/replace-date-config.toml
tests/fixtures/csharp/.bumpversion.toml
tests/fixtures/csharp/AssemblyInfo.cs
tests/fixtures/csharp/FULL_VERSION.txt
tests/fixtures/csharp/Version.csv
tests/fixtures/glob/file1.txt
tests/fixtures/glob/file2.txt
tests/fixtures/glob/not-text.md
tests/fixtures/glob/directory/file3.txt
tests/fixtures/interpolation/.bumpversion.cfg
tests/fixtures/interpolation/pyproject.toml
tests/fixtures/interpolation/setup.cfg
tests/test_cli/__init__.py
tests/test_cli/test_base_cli.py
tests/test_cli/test_bump.py
tests/test_cli/test_replace.py
tests/test_cli/test_show.py
tests/test_cli/test_show_bump.py
tests/test_cli/test_version_display.py
tests/test_config/__init__.py
tests/test_config/test_create.py
tests/test_config/test_files.py
tests/test_config/test_files_legacy.py
tests/test_config/test_init.py
tests/test_config/test_utils.py
tests/test_versioning/__init__.py
tests/test_versioning/test_conventions.py
tests/test_versioning/test_functions.py
tests/test_versioning/test_models_version.py
tests/test_versioning/test_models_versioncomponent.py
tests/test_versioning/test_models_versionspec.py
tests/test_versioning/test_serialization.py