Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Commit

Permalink
version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
peerchemist committed May 30, 2019
1 parent 8927b4a commit 232e2c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
peerassets-btcpy==0.6.2
protobuf>=3.3.0
peercoin_rpc
peercoin_rpc>=0.61
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
from setuptools import setup

setup(name='pypeerassets',
version='0.4.7',
version='0.4.8',
description='Python implementation of the PeerAssets protocol.',
keywords=["blockchain", "digital assets", "protocol"],
url='https://github.com/peerassets/pypeerassets',
author='PeerAssets',
author_email='[email protected]',
license='BSD',
packages=['pypeerassets', 'pypeerassets.provider'],
install_requires=['protobuf', 'peerassets-btcpy', 'peercoin_rpc>=0.5.6']
install_requires=['protobuf', 'peerassets-btcpy', 'peercoin_rpc']
)

0 comments on commit 232e2c3

Please sign in to comment.