add bumpversion, remove trunk

This commit is contained in:
2024-11-07 08:41:41 +01:00
parent fd8d41dbb1
commit 3127e3a4d7
10 changed files with 14 additions and 178 deletions

8
.bumpversion.cfg Normal file
View File

@@ -0,0 +1,8 @@
[bumpversion]
current_version = 0.1.0
tag = True
commit = True
[bumpversion:file:src/__init__.py]
search = __version__ = "{current_version}"
replace = __version__ = "{new_version}"