From 1f1ac3d51c67f2b14e4a8da9b1f713a0a480042a Mon Sep 17 00:00:00 2001 From: Christoph Dalitz Date: Tue, 2 May 2023 11:21:45 +0200 Subject: [PATCH] fixed error in rename script --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 874034c..c9630c6 100755 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ # anything more complex here, refer to the Python setuptools documentation. if __name__ == "__main__": setup(name=TOOLKIT_NAME, - version="4.1.0", + version="4.1.1", ext_modules=plugin_extensions, packages=[PACKAGE, PLUGIN_PACKAGE], include_dirs=['include/plugins'],