Skip to content

Commit 175eb21

Browse files
authored
Bump from 0.1.0 to 0.1.1 (#99)
1 parent 971cdea commit 175eb21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

AuthX/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Ready to use and customizable Authentications and Oauth2 management for FastAPI"""
22

3-
__version__ = "0.1.0"
3+
__version__ = "0.1.1"
44

55
__license__ = "MIT"
66

Setup.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.1.0
2+
current_version = 0.1.1
33
commit = True
44
tag = True
55

0 commit comments

Comments
 (0)