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/exceptions.py
bumpversion/files.py
bumpversion/functions.py
bumpversion/indented_logger.py
bumpversion/scm.py
bumpversion/show.py
bumpversion/ui.py
bumpversion/utils.py
bumpversion/version_part.py
bumpversion/yaml_dump.py
bumpversion/config/__init__.py
bumpversion/config/files.py
bumpversion/config/files_legacy.py
bumpversion/config/models.py
bumpversion/config/utils.py
tests/.coverage
tests/__init__.py
tests/conftest.py
tests/test_autocast.py
tests/test_bump.py
tests/test_cli.py
tests/test_configuredfile.py
tests/test_files.py
tests/test_functions.py
tests/test_indented_logger.py
tests/test_scm.py
tests/test_show.py
tests/test_version_part.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/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/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/htmlcov/.gitignore
tests/htmlcov/coverage_html.js
tests/htmlcov/d_d5161396d0a7ac6c___init___py.html
tests/htmlcov/d_d5161396d0a7ac6c___main___py.html
tests/htmlcov/d_d5161396d0a7ac6c_aliases_py.html
tests/htmlcov/d_d5161396d0a7ac6c_autocast_py.html
tests/htmlcov/d_d5161396d0a7ac6c_bump_py.html
tests/htmlcov/d_d5161396d0a7ac6c_cli_py.html
tests/htmlcov/d_d5161396d0a7ac6c_exceptions_py.html
tests/htmlcov/d_d5161396d0a7ac6c_files_py.html
tests/htmlcov/d_d5161396d0a7ac6c_functions_py.html
tests/htmlcov/d_d5161396d0a7ac6c_indented_logger_py.html
tests/htmlcov/d_d5161396d0a7ac6c_scm_py.html
tests/htmlcov/d_d5161396d0a7ac6c_show_py.html
tests/htmlcov/d_d5161396d0a7ac6c_ui_py.html
tests/htmlcov/d_d5161396d0a7ac6c_utils_py.html
tests/htmlcov/d_d5161396d0a7ac6c_version_part_py.html
tests/htmlcov/d_d5161396d0a7ac6c_yaml_dump_py.html
tests/htmlcov/d_fce97fdca2b5fab8___init___py.html
tests/htmlcov/d_fce97fdca2b5fab8_files_legacy_py.html
tests/htmlcov/d_fce97fdca2b5fab8_files_py.html
tests/htmlcov/d_fce97fdca2b5fab8_models_py.html
tests/htmlcov/d_fce97fdca2b5fab8_utils_py.html
tests/htmlcov/favicon_32.png
tests/htmlcov/index.html
tests/htmlcov/keybd_closed.png
tests/htmlcov/keybd_open.png
tests/htmlcov/status.json
tests/htmlcov/style.css
tests/test_config/__init__.py
tests/test_config/test_files.py
tests/test_config/test_files_legacy.py
tests/test_config/test_init.py