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'],