bump version to 0.16.0 (#573)

This commit is contained in:
callebtc
2024-07-09 16:36:09 +02:00
committed by GitHub
parent 539054a7c9
commit eccbf6f789
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ from pydantic import BaseSettings, Extra, Field
env = Env()
VERSION = "0.15.3"
VERSION = "0.16.0"
def find_env_file():

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "cashu"
version = "0.15.3"
version = "0.16.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:cli"]}
setuptools.setup(
name="cashu",
version="0.15.3",
version="0.16.0",
description="Ecash wallet and mint",
long_description=long_description,
long_description_content_type="text/markdown",