only check for new profiles once, update version

This commit is contained in:
Believethehype
2024-05-06 12:16:41 +02:00
parent 2b9c71c29f
commit 22a2925595
4 changed files with 10 additions and 17 deletions

View File

@@ -1,9 +1,8 @@
from setuptools import setup, find_packages
VERSION = '0.3.4'
VERSION = '0.3.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')
LONG_DESCRIPTION = ('A framework to build and run Nostr NIP90 Data Vending Machines. See the github repository for more information')
# Setting up
setup(