diff --git a/setup.py b/setup.py index b2c5d4e..c1489a1 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='rebalance-lnd', - version='2.1', + version='2.2', description='A script that can be used to balance lightning channels of a LND node', author='Carsten Otto', author_email='bitcoin@c-otto.de', @@ -23,4 +23,4 @@ project_urls={ 'Source' : 'https://github.com/C-Otto/rebalance-lnd' } -) \ No newline at end of file +)