fix: make project releasable

This commit is contained in:
Konrad Mohrfeldt 2021-08-03 20:42:26 +02:00
parent a7c13240d5
commit 1faa0b2af9
2 changed files with 9 additions and 0 deletions

8
.bumpversion.cfg Normal file
View File

@ -0,0 +1,8 @@
[bumpversion]
current_version = 0.0.1
[bumpversion:file:VERSION]
[bumpversion:file:userausfall/__init__.py]
search = __version__ = "{current_version}"
replace = __version__ = "{new_version}"

1
VERSION Normal file
View File

@ -0,0 +1 @@
0.0.1