bump to 0.6.0

This commit is contained in:
callebtc
2022-12-14 23:51:56 +01:00
parent 1082f2c9d1
commit 4e965b05b2
4 changed files with 4 additions and 4 deletions

View File

@@ -106,7 +106,7 @@ cashu info
Returns:
```bash
Version: 0.5.5
Version: 0.6.0
Debug: False
Cashu dir: /home/user/.cashu
Wallet: wallet

View File

@@ -53,4 +53,4 @@ LNBITS_ENDPOINT = env.str("LNBITS_ENDPOINT", default=None)
LNBITS_KEY = env.str("LNBITS_KEY", default=None)
MAX_ORDER = 64
VERSION = "0.5.5"
VERSION = "0.6.0"

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "cashu"
version = "0.5.5"
version = "0.6.0"
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.5.5",
version="0.6.0",
description="Ecash wallet and mint with Bitcoin Lightning support",
long_description=long_description,
long_description_content_type="text/markdown",