Fixed List typing issue for older verions

This commit is contained in:
2023-05-19 19:10:30 +02:00
parent 8bbfd28fd4
commit 6958357296
3 changed files with 18 additions and 17 deletions

View File

@@ -2,6 +2,6 @@ from setuptools import find_packages, setup
setup(
name="EngieApi",
version="0.1",
version="0.1.1",
packages=find_packages(),
)