Skip to content

Commit

Permalink
Merge pull request #43 from yezz123/0.0.3
Browse files Browse the repository at this point in the history
Create 0.0.3 version
  • Loading branch information
yezz123 authored Sep 20, 2021
2 parents 655be5b + a6020d6 commit ca287ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AuthX/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Ready to use and customizable Authentications and Oauth2 management for FastAPI"""

__version__ = "0.0.2"
__version__ = "0.0.3"

from AuthX.main import Authentication, AuthX, User

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ $ virtualenv venv
$ source venv/bin/activate

# install all dependencies
$ pip install -r requirements.txt
$ pip install -r requirements.dev.txt
```

## Running the Docker Container
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import setuptools

VERSION = "0.0.2"
VERSION = "0.0.3"

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

0 comments on commit ca287ac

Please sign in to comment.