version changes for lnbits compatibility

This commit is contained in:
callebtc
2022-10-21 15:07:02 +02:00
parent aa209157b9
commit 6afc165a86
6 changed files with 49 additions and 53 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "cashu"
version = "0.4.1"
version = "0.4.2"
description = "Ecash wallet and mint."
authors = ["calle <callebtc@protonmail.com>"]
license = "MIT"
@@ -22,6 +22,7 @@ bitstring = "^3.1.9"
secp256k1 = "^0.14.0"
sqlalchemy-aio = "^0.17.0"
python-bitcoinlib = "^0.11.2"
h11 = "0.12.0"
[tool.poetry.dev-dependencies]
black = {version = "^22.8.0", allow-prereleases = true}