Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
believethehype committed Dec 17, 2023
1 parent dca65f2 commit e6e9eca
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 108 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -173,3 +173,4 @@ db/*
backends/nserver/venv
backends/nserver/cache
backends/nserver/modules/image_upscale/weights
cache/
107 changes: 0 additions & 107 deletions requirements.txt

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

VERSION = '0.0.2'
VERSION = '0.0.3'
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')
Expand Down

0 comments on commit e6e9eca

Please sign in to comment.