From 3014635159f8c5978e256ec1e7366fbcb6cf3055 Mon Sep 17 00:00:00 2001 From: Yasser Tahiri Date: Sun, 12 Dec 2021 23:40:09 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20=20Release=20version=200.1.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Setup.cfg | 2 +- authx/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Setup.cfg b/Setup.cfg index 482aeed3..f88bd498 100644 --- a/Setup.cfg +++ b/Setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.3 +current_version = 0.1.4 commit = True tag = True diff --git a/authx/__init__.py b/authx/__init__.py index 2daaaf45..8b2139f9 100644 --- a/authx/__init__.py +++ b/authx/__init__.py @@ -1,6 +1,6 @@ """Ready to use and customizable Authentications and Oauth2 management for FastAPI""" -__version__ = "0.1.3" +__version__ = "0.1.4" __license__ = "MIT"