From 4006e58de8c53db5521abe5a80b07600b56b027a Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Thu, 20 Nov 2025 13:30:33 +0100 Subject: [PATCH] bump to 0.18.2 again (#834) --- cashu/core/settings.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cashu/core/settings.py b/cashu/core/settings.py index 79caa74..9a7029a 100644 --- a/cashu/core/settings.py +++ b/cashu/core/settings.py @@ -8,7 +8,7 @@ from pydantic import BaseSettings, Extra, Field env = Env() -VERSION = "0.18.1" +VERSION = "0.18.2" def find_env_file(): diff --git a/setup.py b/setup.py index 4bd51f6..e5a3a24 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ entry_points = {"console_scripts": ["cashu = cashu.wallet.cli.cli:cli"]} setuptools.setup( name="cashu", - version="0.18.1", + version="0.18.2", description="Ecash wallet and mint", long_description=long_description, long_description_content_type="text/markdown",