(3.0.1) mypy compliance
Some checks failed
Actions / Build (push) Successful in 18s
Actions / Lint with Ruff & Pylint (push) Failing after 15s
Actions / Build Documentation (push) Successful in 24s

This commit is contained in:
cswimr 2024-11-15 09:51:11 -05:00
parent 18d2c504c7
commit a7113babb7
Signed by: cswimr
GPG key ID: A9C162E867C851FA
7 changed files with 81 additions and 41 deletions

View file

@ -1,6 +1,6 @@
[project]
name = "pyflowery"
version = "3.0.0"
version = "3.0.1"
description = "A Python API wrapper for the Flowery API"
readme = "README.md"
requires-python = "<4.0,>=3.11"