From 8010484cb2c36b29900115bdbe2d66851257f812 Mon Sep 17 00:00:00 2001 From: cswimr Date: Tue, 17 Sep 2024 23:46:27 -0400 Subject: [PATCH] (1.0.5) updated pypi classifiers --- pyflowery/version.py | 2 +- pyproject.toml | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) 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"