mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-03 18:57:06 +01:00
pylightning: Bump version so pypi includes plugin infra
This commit is contained in:
parent
3d4c0ab626
commit
61f95be0e9
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ with open('README.md', encoding='utf-8') as f:
|
||||||
long_description = f.read()
|
long_description = f.read()
|
||||||
|
|
||||||
setup(name='pylightning',
|
setup(name='pylightning',
|
||||||
version='0.0.6',
|
version='0.0.7',
|
||||||
description='Client library for lightningd',
|
description='Client library for lightningd',
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type='text/markdown',
|
long_description_content_type='text/markdown',
|
||||||
|
|
Loading…
Add table
Reference in a new issue