From 2de770aed0e2d9f683c2325e130804cb3c123cca Mon Sep 17 00:00:00 2001 From: imacat Date: Thu, 29 Dec 2022 23:49:28 +0800 Subject: [PATCH] Advanced to version 0.3.1. --- docs/source/conf.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 5a22ded..4b0abe3 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -13,7 +13,7 @@ sys.path.insert(0, os.path.abspath('../../src/')) project = 'Flask-Digest-Auth' copyright = '2022, imacat' author = 'imacat' -release = '0.3.0' +release = '0.3.1' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/setup.cfg b/setup.cfg index b8d8397..d2480e6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,7 +17,7 @@ [metadata] name = flask-digest-auth -version = 0.3.0 +version = 0.3.1 author = imacat author_email = imacat@mail.imacat.idv.tw description = The Flask HTTP Digest Authentication project.