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.