Skip to content

Commit 3014635

Browse files
committed
🔖 Release version 0.1.4
1 parent 507875d commit 3014635

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎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.3
2+
current_version = 0.1.4
33
commit = True
44
tag = True
55

‎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.3"
3+
__version__ = "0.1.4"
44

55
__license__ = "MIT"
66

0 commit comments

Comments
 (0)