bump version

This commit is contained in:
Believethehype 2024-11-28 12:49:18 +01:00
parent c32efbf2a5
commit 53adb29da8

View File

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