Merge pull request #25 from callebtc/bump/0.2.6

bump version
This commit is contained in:
calle
2022-10-07 22:55:13 +02:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -48,4 +48,4 @@ LNBITS_ENDPOINT = env.str("LNBITS_ENDPOINT", default=None)
LNBITS_KEY = env.str("LNBITS_KEY", default=None)
MAX_ORDER = 64
VERSION = "0.2.5"
VERSION = "0.2.6"

View File

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