bump version

This commit is contained in:
Believethehype
2024-02-27 14:08:47 +01:00
parent 97b8789c19
commit ea7655e9ce
2 changed files with 18 additions and 1 deletions

View File

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