.gitignore
LICENSE
README.md
pyproject.toml
tox.ini
.github/workflows/attempt-release.yml
.github/workflows/run-tests.yml
src/semv/__init__.py
src/semv/commands.py
src/semv/config.py
src/semv/errors.py
src/semv/increment.py
src/semv/interface.py
src/semv/main.py
src/semv/parse.py
src/semv/py.typed
src/semv/types.py
src/semv/utils.py
src/semv/version_control_system.py
src/semv.egg-info/PKG-INFO
src/semv.egg-info/SOURCES.txt
src/semv.egg-info/dependency_links.txt
src/semv.egg-info/entry_points.txt
src/semv.egg-info/requires.txt
src/semv.egg-info/top_level.txt
tests/cram/setup.sh
tests/cram/test_config.t
tests/cram/test_config2.t
tests/cram/test_multiple_branches.t
tests/cram/test_normal_usage.t
tests/unit/test_commit_parsing.py
tests/unit/test_config.py
tests/unit/test_git.py
tests/unit/test_version.py
tests/unit/test_version_incrementer.py