Skip to content

Commit 8215a2b

Browse files
authored
Bump version from 0.1.1 to 0.1.2 ✨(#132)
1 parent b6974f7 commit 8215a2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.1
2+
current_version = 0.1.2
33
commit = True
44
tag = True
55

authx/__init__.py

+1-1
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.1"
3+
__version__ = "0.1.2"
44

55
__license__ = "MIT"
66

0 commit comments

Comments
 (0)