Skip to content

Commit

Permalink
fixed error in rename script
Browse files Browse the repository at this point in the history
  • Loading branch information
cdalitz committed May 2, 2023
1 parent 75eb5da commit 1f1ac3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit 1f1ac3d

Please sign in to comment.