Skip to content

Commit bae7479

Browse files
authored
Bump Version from 0.0.8 to 0.0.9 ✨(#88)
1 parent b58c9c2 commit bae7479

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.0.8"
3+
__version__ = "0.0.9"
44

55
__license__ = "MIT"
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ app.include_router(auth.social_router, prefix="/auth")
6868
app.include_router(auth.password_router, prefix="/api/users")
6969
app.include_router(auth.admin_router, prefix="/api/users")
7070
app.include_router(auth.search_router, prefix="/api/users")
71-
...
71+
7272
```
7373

7474
### Startup 🏁

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.0.8
2+
current_version = 0.0.9
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import setuptools
22

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

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

0 commit comments

Comments
 (0)