Skip to content

Commit c79b36d

Browse files
authored
⬆️ Bump from 0.0.7 to 0.0.8 ✨ (#75)
1 parent b92e878 commit c79b36d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.0.7"
3+
__version__ = "0.0.8"
44

55
__license__ = "MIT"
66

Setup.cfg

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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import setuptools
22

3-
__version__ = "0.0.7"
3+
__version__ = "0.0.8"
44

55
with open("README.md", "r", encoding="utf-8") as fh:
66
long_description = fh.read()

0 commit comments

Comments
 (0)