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

@@ -48,4 +48,4 @@ LNBITS_ENDPOINT = env.str("LNBITS_ENDPOINT", default=None)
LNBITS_KEY = env.str("LNBITS_KEY", default=None)
MAX_ORDER = 64
VERSION = "0.4.1"
VERSION = "0.4.2"