update coinstatsapi (requires api key now)

This commit is contained in:
Believethehype
2024-02-26 20:16:35 +01:00
parent baf6f8747f
commit bbfd749a87
3 changed files with 14 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
from setuptools import setup, find_packages
VERSION = '0.2.3'
VERSION = '0.2.4'
DESCRIPTION = 'A framework to build and run Nostr NIP90 Data Vending Machines'
LONG_DESCRIPTION = ('A framework to build and run Nostr NIP90 Data Vending Machines. '
'This is an early stage release. Interfaces might change/brick')