Bump to 0.14.0-rc1 (#329)

* bump to 0.14.0

* bump python version

* use python 3.10.4 in check workflow
This commit is contained in:
callebtc
2023-09-24 19:10:25 +02:00
committed by GitHub
parent 2d3a9234f5
commit 64805e4a9a
6 changed files with 9 additions and 9 deletions

View File

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