Skip to content

Commit

Permalink
Bump: PyBytom package from v1.5.0. to v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
meherett committed Nov 24, 2020
1 parent 14a4a14 commit ab7385d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]",
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,
Expand Down

0 comments on commit ab7385d

Please sign in to comment.