Changing version number

This commit is contained in:
Yusur 2019-11-05 22:21:39 +01:00
parent ef8d5343e9
commit b1d7dfb1bf

View file

@ -20,7 +20,7 @@ import datetime, time, re, os, sys, string, json, html
from functools import wraps from functools import wraps
from flask_login import LoginManager from flask_login import LoginManager
__version__ = '0.7.0' __version__ = '0.7.1-dev'
# we want to support Python 3 only. # we want to support Python 3 only.
# Python 2 has too many caveats. # Python 2 has too many caveats.