Skip to content

Commit

Permalink
Bump: Swap package from v0.2.2 to v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
meherett committed Oct 20, 2020
1 parent 34c3638 commit e2f2df8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<img align="right" height="135" src="https://raw.githubusercontent.com/meherett/swap/master/docs/static/svg/swap-readme.svg">
<img align="right" height="132" src="https://raw.githubusercontent.com/meherett/swap/master/docs/static/svg/swap-readme.svg">

# Swap

Expand All @@ -8,7 +8,7 @@
[![PyPI Python Version](https://img.shields.io/pypi/pyversions/swap.svg)](https://pypi.org/project/swap)
[![Coverage Status](https://coveralls.io/repos/github/meherett/swap/badge.svg?branch=master&kill_cache=1)](https://coveralls.io/github/meherett/swap?branch=master)

A Python library for a Cross-chain atomic swap between the networks of two cryptocurrencies.
A Python library for Cross-chain atomic swap between the networks of two cryptocurrencies.
Cross-chain atomic swap is the cheapest and most secured by cryptographic proof to swap cryptocurrencies.
It’s a brand new decentralized payment environment based on Hash Time Lock Contracts (HTLC's) protocol.

Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/usr/bin/env python3

from setuptools import setup, find_packages
from setuptools import (
setup, find_packages
)

import swap

Expand Down
2 changes: 1 addition & 1 deletion swap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


# Swap Information's
__version__: str = "0.2.2"
__version__: str = "0.2.3"
__license__: str = "AGPL-3.0"
__author__: str = "Meheret Tesfaye"
__email__: str = "meherett@zoho.com"
Expand Down

0 comments on commit e2f2df8

Please sign in to comment.