bump version

This commit is contained in:
dbth 2025-01-02 15:30:03 +01:00
parent 4cae0d65ea
commit fc2fa91be8

View File

@ -1,6 +1,6 @@
from setuptools import setup, find_packages
VERSION = '1.0.7'
VERSION = '1.0.8'
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. See the github repository for more information')