From d997d42c89a805d5b80437ca70f598cb06a3f20b Mon Sep 17 00:00:00 2001 From: Artem Popov Date: Wed, 26 Apr 2023 21:16:19 +0200 Subject: [PATCH] Version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5af297d..e31f53d 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ url='https://github.com/artfwo/aiosc', description='Minimalistic Open Sound Control (OSC) communication module using asyncio', long_description=long_description, - version='0.1.4', + version='0.1.5', py_modules=['aiosc'], include_package_data=True, classifiers=[