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

@ -1,4 +1,4 @@
def test_import_and_version():
import <MODULE_NAME>
assert isinstance(<MODULE_NAME>.__version__, str)