Update version.py for 2.0.0b6

This commit is contained in:
Troy McConaghy 2018-09-17 14:49:15 +02:00
parent fbddef0eb7
commit 96c15eeb1b

View File

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