bump version to 0.7.1.

This commit is contained in:
callebtc
2023-01-11 03:48:00 +01:00
parent 4a20087306
commit a7b9fb1b0d
4 changed files with 4 additions and 4 deletions

View File

@@ -115,7 +115,7 @@ cashu info
Returns:
```bash
Version: 0.7.0
Version: 0.7.1
Debug: False
Cashu dir: /home/user/.cashu
Wallet: wallet

View File

@@ -57,4 +57,4 @@ NOSTR_PRIVATE_KEY = env.str("NOSTR_PRIVATE_KEY", default=None)
NOSTR_RELAYS = env.list("NOSTR_RELAYS", default=["wss://nostr-pub.wellorder.net"])
MAX_ORDER = 64
VERSION = "0.7.0"
VERSION = "0.7.1"

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "cashu"
version = "0.7.0"
version = "0.7.1"
description = "Ecash wallet and mint."
authors = ["calle <callebtc@protonmail.com>"]
license = "MIT"

View File

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