Skip to content

Commit df66af8

Browse files
committed
Bump from 0.1.2 to 0.1.3
1 parent e1bdde9 commit df66af8

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.2
2+
current_version = 0.1.3
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.2"
3+
__version__ = "0.1.3"
44

55
__license__ = "MIT"
66

0 commit comments

Comments
 (0)