Advanced to version 1.3.3.

This commit is contained in:
依瑪貓 2023-04-13 09:56:16 +08:00
parent cd039520b6
commit 260e3cbe82
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ sys.path.insert(0, os.path.abspath('../../src/'))
project = 'Mia! Accounting'
copyright = '2023, imacat'
author = 'imacat'
release = '1.3.2'
release = '1.3.3'
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

View File

@ -17,7 +17,7 @@
[project]
name = "mia-accounting"
version = "1.3.2"
version = "1.3.3"
description = "A Flask accounting module."
readme = "README.rst"
requires-python = ">=3.11"