fixed tuple append

This commit is contained in:
2025-03-22 09:10:36 +03:30
parent a7c6e4a568
commit 55173a5b2e
2 changed files with 3 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name='asyncron',
version='0.1.9.1',
version='0.1.9.2',
packages=find_packages(),
#include_package_data=True, # Include static files from MANIFEST.in
install_requires=[