From 93cbffc665efda3ca97798312cc4183a194c0ca9 Mon Sep 17 00:00:00 2001 From: JonathanAmenechi <7217608+JonathanAmenechi@users.noreply.github.com> Date: Tue, 22 Mar 2022 17:17:05 -0400 Subject: [PATCH] fix: upgrade to latest deployment --- requirements.txt | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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",