diff --git a/docs/source/conf.py b/docs/source/conf.py index 96758c2..d28b86d 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 = '1.3.1' +release = '1.3.2' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 68a95e0..cc8c552 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ [project] name = "mia-accounting" -version = "1.3.1" +version = "1.3.2" description = "A Flask accounting module." readme = "README.rst" requires-python = ">=3.11"