Fixed django_signal handler regression, bumped version and more error messages now

This commit is contained in:
Oracle
2025-09-01 13:15:12 +02:00
parent c2e89d48d5
commit de2885d20d
3 changed files with 28 additions and 11 deletions

View File

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