fix: make project releasable
This commit is contained in:
parent
a7c13240d5
commit
1faa0b2af9
2 changed files with 9 additions and 0 deletions
8
.bumpversion.cfg
Normal file
8
.bumpversion.cfg
Normal 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
1
VERSION
Normal file
|
@ -0,0 +1 @@
|
|||
0.0.1
|
Reference in a new issue