diff --git a/cashu/core/settings.py b/cashu/core/settings.py index 263d8e4..377ecf5 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.15.3" +VERSION = "0.16.0" def find_env_file(): diff --git a/pyproject.toml b/pyproject.toml index 712ec14..ca70055 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cashu" -version = "0.15.3" +version = "0.16.0" description = "Ecash wallet and mint" authors = ["calle "] license = "MIT" diff --git a/setup.py b/setup.py index 420b167..4ab225a 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.15.3", + version="0.16.0", description="Ecash wallet and mint", long_description=long_description, long_description_content_type="text/markdown",