Skip to content

Commit

Permalink
Force 2.0.1.post1 until we have 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wtdcode committed Nov 7, 2024
1 parent 1c58dc9 commit 2abdcd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def run(self):
zip_safe=False,
include_package_data=True,
install_requires=[
"unicorn>=2.0.1"
"unicorn==2.0.1.post1"
],
is_pure=False,
package_data={
Expand Down

0 comments on commit 2abdcd3

Please sign in to comment.