CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
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/config.py
bumpversion/exceptions.py
bumpversion/files.py
bumpversion/functions.py
bumpversion/logging.py
bumpversion/scm.py
bumpversion/show.py
bumpversion/ui.py
bumpversion/utils.py
bumpversion/version_part.py
bumpversion/yaml_dump.py
tests/__init__.py
tests/conftest.py
tests/test_autocast.py
tests/test_bump.py
tests/test_cli.py
tests/test_config.py
tests/test_files.py
tests/test_functions.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/pep440.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