Skip to content

Commit 1b9bb83

Browse files
committed
Bump version from 0.7.0 to 0.8.0
1 parent 2f42122 commit 1b9bb83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.7.0
2+
current_version = 0.8.0
33
commit = True
44
tag = True
55
tag_name = {new_version}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="fastapi_versioning",
8-
version="0.7.0",
8+
version="0.8.0",
99
author="Dean Way",
1010
description="api versioning for fastapi web applications",
1111
long_description=long_description,

0 commit comments

Comments
 (0)