From bf2c7bb785c1d99ada9b269241196b7053e66399 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Fri, 24 Mar 2023 09:16:54 +0800 Subject: [PATCH] Advanced to version 0.9.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 ef5bba5..0bed675 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -13,7 +13,7 @@ sys.path.insert(0, os.path.abspath('../../src/')) project = 'Mia! Accounting Flask' copyright = '2023, imacat' author = 'imacat' -release = '0.9.0' +release = '0.9.1' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/setup.cfg b/setup.cfg index b5a701a..1c85d54 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,7 +17,7 @@ [metadata] name = mia-accounting-flask -version = 0.9.0 +version = 0.9.1 author = imacat author_email = imacat@mail.imacat.idv.tw description = The Mia! Accounting Flask project.