(1.0.5) updated pypi classifiers
All checks were successful
Actions / build (push) Successful in 21s
Actions / lint (push) Successful in 16s

This commit is contained in:
Seaswimmer 2024-09-17 23:46:27 -04:00
parent dca1e82b83
commit 8010484cb2
Signed by: cswimr
GPG key ID: 3813315477F26F82
2 changed files with 8 additions and 3 deletions

View file

@ -1 +1 @@
VERSION = "1.0.4" VERSION = "1.0.5"

View file

@ -1,10 +1,15 @@
[tool.poetry] [tool.poetry]
name = "pyflowery" name = "pyflowery"
version = "1.0.4" version = "1.0.5"
description = "A Python API wrapper for the Flowery API" description = "A Python API wrapper for the Flowery API"
authors = ["cswimr <seaswimmerthefsh@gmail.com>"] authors = ["cswimr <seaswimmerthefsh@gmail.com>"]
license = "GPL 3.0-only" license = "GPLv3"
readme = "README.md" readme = "README.md"
classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
"Intended Audience :: Developers",
"Operating System :: OS Independent",
]
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.11" python = "^3.11"