From ab7385d4f0d67b7622a8cb82738a85d6959af015 Mon Sep 17 00:00:00 2001 From: meherett Date: Tue, 24 Nov 2020 21:48:09 +0300 Subject: [PATCH] Bump: PyBytom package from v1.5.0. to v1.5.1 --- README.md | 2 +- setup.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 11012f8..df33127 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![PyPI Python Version](https://img.shields.io/pypi/pyversions/pybytom.svg)](https://pypi.org/project/pybytom) [![Coverage Status](https://coveralls.io/repos/github/meherett/pybytom/badge.svg?branch=master&kill_cache=1)](https://coveralls.io/github/meherett/pybytom?branch=master) -Python library with tools for Bytom blockchain. [Wiki Documentation](https://github.com/meherett/pybytom/wiki) +Python library with tools for Bytom mainchain and sidechain protocols. [Wiki Documentation](https://github.com/meherett/pybytom/wiki) ## Installation diff --git a/setup.py b/setup.py index 491420b..5639662 100644 --- a/setup.py +++ b/setup.py @@ -14,15 +14,15 @@ setup( name="pybytom", - version="1.5.0", - description="Python library with tools for Bytom blockchain.", + version="1.5.1", + description="Python library with tools for Bytom mainchain and sidechain protocols.", long_description=long_description, long_description_content_type="text/markdown", license="MIT", author="Meheret Tesfaye", author_email="meherett@zoho.com", url="https://github.com/meherett/pybytom", - keywords=["bytom", "vapor", "blockchain", "sidechain", "wallet"], + keywords=["bytom", "vapor", "mainchain", "sidechain", "wallet", "protocol", "blockchain"], python_requires=">=3.6,<4", packages=find_packages(), install_requires=requirements,