python-packages: bump version numbers for publish
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Changelog
|
||||
|
||||
## 3.0.0 - TBD
|
||||
## 3.0.0 - 2019-08-08
|
||||
|
||||
- Migrated from v4 to v5 of Web3.py.
|
||||
|
||||
|
@@ -14,7 +14,7 @@ from setuptools import setup, find_packages # noqa: H301
|
||||
from setuptools.command.test import test as TestCommand
|
||||
|
||||
NAME = "0x-sra-client"
|
||||
VERSION = "2.0.0"
|
||||
VERSION = "3.0.0"
|
||||
# To install the library, run the following
|
||||
#
|
||||
# python setup.py install
|
||||
|
Reference in New Issue
Block a user