chore: Bump python version to 3.11 and bump version

This commit is contained in:
Evan Fiordeliso 2023-06-17 16:44:02 -04:00
parent fe69bbac27
commit 190b2ff895
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
[tool.poetry]
name = "flickerstrip-py"
version = "0.2.5"
version = "0.3.0"
description = ""
authors = ["Evan Fiordeliso <evan.fiordeliso@gmail.com>"]
[tool.poetry.dependencies]
python = "~3.10"
python = "~3.11"
aiohttp = "~3.8"
async-upnp-client = "^0.33.0"