bump version

This commit is contained in:
Believethehype 2024-12-02 16:24:15 +01:00
parent 8ecf8dc6bb
commit 1bbc6fc104

View File

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