update to 1.1.0

This commit is contained in:
dbth
2025-02-06 21:34:02 +01:00
parent c95b0836be
commit de58d17f73
9 changed files with 27 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
from setuptools import setup, find_packages
VERSION = '1.0.9'
VERSION = '1.1.0'
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')