We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f42122 commit 1b9bb83Copy full SHA for 1b9bb83
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.7.0
+current_version = 0.8.0
3
commit = True
4
tag = True
5
tag_name = {new_version}
setup.py
@@ -5,7 +5,7 @@
6
setup(
7
name="fastapi_versioning",
8
- version="0.7.0",
+ version="0.8.0",
9
author="Dean Way",
10
description="api versioning for fastapi web applications",
11
long_description=long_description,
0 commit comments