contract_wrappers.py: bump version after publish (#2064)

This commit is contained in:
F. Eugene Aumson
2019-08-15 16:34:31 -04:00
committed by GitHub
parent 38d2b70ba6
commit 5d53fa5635
2 changed files with 2 additions and 2 deletions

View File

@@ -227,7 +227,7 @@ with open("README.md", "r") as file_handle:
setup(
name="0x-contract-wrappers",
version="1.0.3",
version="1.1.0",
description="Python wrappers for 0x smart contracts",
long_description=README_MD,
long_description_content_type="text/markdown",