wallet: fix variable assignments (#124)

This commit is contained in:
calle
2023-03-05 03:16:28 +01:00
committed by GitHub
parent a7eef68c97
commit fe802c00fe
6 changed files with 16 additions and 9 deletions

View File

@@ -13,7 +13,7 @@ entry_points = {"console_scripts": ["cashu = cashu.wallet.cli.cli:cli"]}
setuptools.setup(
name="cashu",
version="0.9.3",
version="0.9.4",
description="Ecash wallet and mint for Bitcoin Lightning",
long_description=long_description,
long_description_content_type="text/markdown",