From f0e02c3c5feafbced486e952422069434ae9251e Mon Sep 17 00:00:00 2001 From: aliqandil Date: Thu, 24 Oct 2024 21:18:15 +0330 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f0d50dd..2be4329 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name='asyncron', - version='0.1.1', + version='0.1.2', packages=find_packages(), #include_package_data=True, # Include static files from MANIFEST.in install_requires=[