(2.1.3) fixed a typo and updated pyflowery.version
Some checks failed
Actions / Build (push) Successful in 19s
Actions / Lint with Ruff & Pylint (push) Failing after 14s
Actions / Build Documentation (push) Successful in 23s

This commit is contained in:
cswimr 2024-11-14 15:42:19 -05:00
parent 551c8eb7ca
commit a3acead1fb
Signed by: cswimr
GPG key ID: A9C162E867C851FA
5 changed files with 5 additions and 5 deletions

4
uv.lock generated
View file

@ -1,5 +1,5 @@
version = 1
requires-python = ">=3.11"
requires-python = ">=3.11, <4.0"
resolution-markers = [
"python_full_version < '3.12'",
"python_full_version >= '3.12'",
@ -891,7 +891,7 @@ wheels = [
[[package]]
name = "pyflowery"
version = "2.1.1"
version = "2.1.2"
source = { virtual = "." }
dependencies = [
{ name = "aiohttp" },