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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Changelog # Changelog
## 1.1.0 - TBD ## 1.1.0 - 2019-08-14
- Added wrapper for DevUtils contract. - Added wrapper for DevUtils contract.

View File

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