Updated version.py for 2.0.0b7 release

This commit is contained in:
Troy McConaghy 2018-09-28 12:55:11 +02:00
parent 0640f8f7b7
commit 539e3b79cf

View File

@ -2,7 +2,7 @@
# SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0)
# Code is Apache-2.0 and docs are CC-BY-4.0
__version__ = '2.0.0b6'
__short_version__ = '2.0b6'
__version__ = '2.0.0b7'
__short_version__ = '2.0b7'
# supported Tendermint version
__tm_supported_versions__ = ["0.22.8"]