bump version to 0.12.1 (#258)

This commit is contained in:
callebtc
2023-06-23 20:04:49 +02:00
committed by GitHub
parent a0df47f13a
commit 205b5b9805
3 changed files with 3 additions and 3 deletions

View File

@@ -114,7 +114,7 @@ cashu info
Returns:
```bash
Version: 0.12.0
Version: 0.12.1
Debug: False
Cashu dir: /home/user/.cashu
Wallet: wallet

View File

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

View File

@@ -13,7 +13,7 @@ entry_points = {"console_scripts": ["cashu = cashu.wallet.cli.cli:cli"]}
setuptools.setup(
name="cashu",
version="0.12.0",
version="0.12.1",
description="Ecash wallet and mint for Bitcoin Lightning",
long_description=long_description,
long_description_content_type="text/markdown",