diff --git a/pyflowery/version.py b/pyflowery/version.py index c02d846..9d33622 100644 --- a/pyflowery/version.py +++ b/pyflowery/version.py @@ -1 +1 @@ -VERSION = "1.0.4" +VERSION = "1.0.5" diff --git a/pyproject.toml b/pyproject.toml index 7877f09..c5d5f40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,10 +1,15 @@ [tool.poetry] name = "pyflowery" -version = "1.0.4" +version = "1.0.5" description = "A Python API wrapper for the Flowery API" authors = ["cswimr "] -license = "GPL 3.0-only" +license = "GPLv3" readme = "README.md" +classifiers = [ + "Topic :: Software Development :: Libraries :: Python Modules", + "Intended Audience :: Developers", + "Operating System :: OS Independent", +] [tool.poetry.dependencies] python = "^3.11"