inc version number + added twine dep (#90)

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
Jürgen Eckel 2022-04-27 17:15:00 +02:00 committed by GitHub
parent 7823195911
commit 6fc8821749
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,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__ = '0.9.1'
__version__ = '0.9.2'
__short_version__ = '0.9'
# Supported Tendermint versions

View File

@ -43,7 +43,8 @@ dev_require = [
'ipython',
'watchdog',
'logging_tree',
'pre-commit'
'pre-commit',
'twine'
]
docs_require = [