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:
@@ -148,11 +148,14 @@ with open("README.md", "r") as file_handle:
|
||||
|
||||
setup(
|
||||
name="0x-order-utils",
|
||||
version="1.0.1",
|
||||
version="2.0.0",
|
||||
description="Order utilities for 0x applications",
|
||||
long_description=README_MD,
|
||||
long_description_content_type="text/markdown",
|
||||
url="https://github.com/0xproject/0x-monorepo/python-packages/order_utils",
|
||||
url=(
|
||||
"https://github.com/0xProject/0x-monorepo/tree/development"
|
||||
"/python-packages/order_utils"
|
||||
),
|
||||
author="F. Eugene Aumson",
|
||||
author_email="feuGeneA@users.noreply.github.com",
|
||||
cmdclass={
|
||||
|
Reference in New Issue
Block a user