bump version

This commit is contained in:
Believethehype 2024-01-12 15:55:50 +01:00
parent 013ef72daf
commit 96907003f6

View File

@ -1,6 +1,6 @@
from setuptools import setup, find_packages
VERSION = '0.1.9'
VERSION = '0.2.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. '
'This is an early stage release. Interfaces might change/brick')