bump version to 0.15.2 (#495)

This commit is contained in:
callebtc
2024-03-26 22:01:09 +01:00
committed by GitHub
parent f7ad912b13
commit 4ff9e6de5d
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.1"
VERSION = "0.15.2"
def find_env_file():

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "cashu"
version = "0.15.1"
version = "0.15.2"
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.1",
version="0.15.2",
description="Ecash wallet and mint",
long_description=long_description,
long_description_content_type="text/markdown",