Skip to content

Commit

Permalink
Version upgrade.
Browse files Browse the repository at this point in the history
  • Loading branch information
normoes committed Sep 26, 2018
1 parent 12884f0 commit dc43b3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
from distutils.core import setup

setup(name='python-monerorpc',
version='0.1',
version='0.2',
description='Enhanced version of python-jsonrpc for use with Monero (daemon, rpc).',
long_description=open('README').read(),
author='Norman Moeschter-Schenck',
author_email='<[email protected]>',
maintainer='Norman Moeschter-Schenck',
maintainer_email='<[email protected]>',
url='http://www.github.com/normoes/python-monerorpc',
download_url='https://github.com/normoes/python-monerorpc/archive/0.1.tar.gz',
download_url='https://github.com/normoes/python-monerorpc/archive/0.2.tar.gz',
packages=['monerorpc'],
install_requires=[
'requests',
Expand Down

0 comments on commit dc43b3c

Please sign in to comment.