bump versions, after recent publications (#1646)

* bump versions, after recent publications

* Changelog updates and version bumps

* Correct broken URL's in setup.py's

* Correct SRA Client description (append "Client")

* Add convenience script for uninstalling all pkgs

* Add documentation link to SRA Client README.md
This commit is contained in:
F. Eugene Aumson
2019-04-30 15:56:40 -04:00
committed by GitHub
parent d6115cff25
commit 222a151eff
18 changed files with 90 additions and 44 deletions

View File

@@ -131,11 +131,14 @@ with open("README.md", "r") as file_handle:
setup(
name="0x-middlewares",
version="1.0.1",
version="1.0.0",
description="Web3 middlewares for 0x applications",
long_description=README_MD,
long_description_content_type="text/markdown",
url="https://github.com/0xproject/0x-monorepo/python-packages/middlewares",
url=(
"https://github.com/0xproject/0x-monorepo/tree/development"
"/python-packages/middlewares"
),
author="Michael Huang",
author_email="michaelhly@users.noreply.github.com",
cmdclass={