Update setup.py

This commit is contained in:
Believethehype
2023-12-17 15:44:53 +01:00
parent 0b5a3b6949
commit 2adc87d925

View File

@@ -1,6 +1,6 @@
from setuptools import setup, find_packages
VERSION = '0.0.3'
VERSION = '0.0.4'
DESCRIPTION = 'A framework to build and run NIP90 Data Vending Machines'
LONG_DESCRIPTION = ('A framework to build and run NIP90 Data Vending Machines. '
'This is an early stage release. Interfaces might change/brick')