diff --git a/pyflowery/version.py b/pyflowery/version.py index 9d33622..89bec30 100644 --- a/pyflowery/version.py +++ b/pyflowery/version.py @@ -1 +1 @@ -VERSION = "1.0.5" +VERSION = "1.0.6" diff --git a/pyproject.toml b/pyproject.toml index c5d5f40..7188b2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,14 +1,14 @@ [tool.poetry] name = "pyflowery" -version = "1.0.5" +version = "1.0.6" description = "A Python API wrapper for the Flowery API" authors = ["cswimr "] -license = "GPLv3" readme = "README.md" classifiers = [ "Topic :: Software Development :: Libraries :: Python Modules", "Intended Audience :: Developers", "Operating System :: OS Independent", + "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", ] [tool.poetry.dependencies]