slight UI changes

This commit is contained in:
Yusur 2021-04-02 23:52:28 +02:00
parent c7dcb5f3e9
commit 6b1c57726d
4 changed files with 10 additions and 7 deletions

2
app.py
View file

@ -29,7 +29,7 @@ try:
except ImportError:
slugify = None
__version__ = '0.2'
__version__ = '0.3-dev'
#### CONSTANTS ####