diff --git a/requirements.txt b/requirements.txt index 722830e..329f517 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ parsimonious==0.8.1 pluggy==1.0.0 protobuf==3.19.4 py==1.11.0 -py-order-utils>=0.0.12 +py-order-utils>=0.0.13 pycryptodome==3.14.0 pyparsing==3.0.7 pyrsistent==0.18.1 diff --git a/setup.py b/setup.py index be9e49f..8c61923 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="py_clob_client", - version="0.0.9", + version="0.0.10", author="Jonathan Amenechi", author_email="jonathanamenechi@gmail.com", description="Python client for the Polymarket CLOB", @@ -14,7 +14,7 @@ url="https://github.com/Polymarket/py-clob-client", install_requires=[ 'python-dotenv', - 'py-order-utils>=0.0.12' + 'py-order-utils>=0.0.13' ], project_urls={ "Bug Tracker": "https://github.com/Polymarket/py-clob-client/issues",