new task bug fixed

This commit is contained in:
2024-10-24 21:23:08 +03:30
parent f0e02c3c5f
commit 37cdb1675d
2 changed files with 4 additions and 2 deletions

View File

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