fix versions (#97)

This commit is contained in:
calle
2023-01-15 10:59:17 +01:00
committed by GitHub
parent f2327409c4
commit 344210d266
9 changed files with 359 additions and 70 deletions

View File

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