Skip to content
This repository has been archived by the owner on Jan 27, 2022. It is now read-only.

Commit

Permalink
bump version -> 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienemery committed Apr 10, 2019
1 parent 71efdfb commit 83f7d33
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
packages=find_packages(exclude=exclude_packages),
install_requires=install_requires,
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4',
version='0.1.3',
version='0.2.0',
description='An rpc client for LND (lightning network deamon)',
long_description=long_description,
author='Adrien Emery',
author_email='[email protected]',
url='https://github.com/adrienemery/lnd-grpc-client',
download_url='https://github.com/adrienemery/lnd-grpc-client/archive/0.1.1.tar.gz',
download_url='https://github.com/adrienemery/lnd-grpc-client/archive/0.2.0.tar.gz',
keywords=['lnd', 'lightning-network', 'bitcoin', 'grpc', 'rpc', 'async'],
license='MIT',
classifiers=[
Expand All @@ -47,5 +47,6 @@
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
],
)

0 comments on commit 83f7d33

Please sign in to comment.