From 0185c1665415b6a5beb3a0f26e74897d1a21804f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Wed, 5 Apr 2023 09:59:23 +0800 Subject: [PATCH] Advanced to version 0.11.0. --- 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 cf3f9ff..b953049 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' copyright = '2023, imacat' author = 'imacat' -release = '0.10.0' +release = '0.11.0' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/setup.cfg b/setup.cfg index d4eadef..45f2e37 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,7 +17,7 @@ [metadata] name = mia-accounting -version = 0.10.0 +version = 0.11.0 author = imacat author_email = imacat@mail.imacat.idv.tw description = The Mia! Accounting project.