update default docs and release process, drop bumpversion for

bump-my-version
This commit is contained in:
pacrob
2024-05-20 15:20:59 -06:00
committed by Paul Robinson
parent ea09f5ff5c
commit d8d0f05a88
13 changed files with 419 additions and 130 deletions

View File

@ -7,7 +7,7 @@ from setuptools import (
extras_require = {
"dev": [
"build>=0.9.0",
"bumpversion>=0.5.3",
"bump_my_version>=0.19.0",
"ipython",
"pre-commit>=3.4.0",
"tox>=4.0.0",