Skip to content

Commit

Permalink
Merge pull request #12 from Polymarket/feat/upgrade-to-latest-deployment
Browse files Browse the repository at this point in the history
Feat: upgrade to latest deployment
  • Loading branch information
JonathanAmenechi authored Mar 22, 2022
2 parents d1072bc + 93cbffc commit e98c1c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="py_clob_client",
version="0.0.9",
version="0.0.10",
author="Jonathan Amenechi",
author_email="[email protected]",
description="Python client for the Polymarket CLOB",
Expand All @@ -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",
Expand Down

0 comments on commit e98c1c7

Please sign in to comment.