Skip to content

Commit ab7385d

Browse files
committed
Bump: PyBytom package from v1.5.0. to v1.5.1
1 parent 14a4a14 commit ab7385d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![PyPI Python Version](https://img.shields.io/pypi/pyversions/pybytom.svg)](https://pypi.org/project/pybytom)
66
[![Coverage Status](https://coveralls.io/repos/github/meherett/pybytom/badge.svg?branch=master&kill_cache=1)](https://coveralls.io/github/meherett/pybytom?branch=master)
77

8-
Python library with tools for Bytom blockchain. [Wiki Documentation](https://github.com/meherett/pybytom/wiki)
8+
Python library with tools for Bytom mainchain and sidechain protocols. [Wiki Documentation](https://github.com/meherett/pybytom/wiki)
99

1010
## Installation
1111

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414

1515
setup(
1616
name="pybytom",
17-
version="1.5.0",
18-
description="Python library with tools for Bytom blockchain.",
17+
version="1.5.1",
18+
description="Python library with tools for Bytom mainchain and sidechain protocols.",
1919
long_description=long_description,
2020
long_description_content_type="text/markdown",
2121
license="MIT",
2222
author="Meheret Tesfaye",
2323
author_email="[email protected]",
2424
url="https://github.com/meherett/pybytom",
25-
keywords=["bytom", "vapor", "blockchain", "sidechain", "wallet"],
25+
keywords=["bytom", "vapor", "mainchain", "sidechain", "wallet", "protocol", "blockchain"],
2626
python_requires=">=3.6,<4",
2727
packages=find_packages(),
2828
install_requires=requirements,

0 commit comments

Comments
 (0)