Nostr bech32 dm (#109)

* nostr: bech32 keys and remember last DM check

* cump to 0.9.2

* make format
This commit is contained in:
calle
2023-02-13 23:19:19 +01:00
committed by GitHub
parent 53aa73b7c7
commit 5ec2c3604e
10 changed files with 84 additions and 19 deletions

View File

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