From 661ea66db727ebc85adaf0d39643cbd5a2ae03b8 Mon Sep 17 00:00:00 2001 From: lnstadrum <21985366+lnstadrum@users.noreply.github.com> Date: Wed, 26 Oct 2022 20:23:53 +0200 Subject: [PATCH] Updating Python package version --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index 0cae4d211..6175b61ba 100644 --- a/python/setup.py +++ b/python/setup.py @@ -70,7 +70,7 @@ def finalize_options(self): # build package setup( name='beatmup', - version='2.1', + version='2.1.1', author='lnstadrum', author_email='', description='Image and signal asynchronous processing library. A lot of fun',