diff --git a/app.py b/app.py index 7e3e357..d66a399 100644 --- a/app.py +++ b/app.py @@ -43,7 +43,7 @@ import base64 BASE_DIR = path.dirname(__file__) LOG = logging.getLogger(__name__) LOG_FORMAT = '%(asctime)s %(levelname)s: %(message)s' -VERSION = '0.0.2' +VERSION = '0.0.3' @get('/') def get_index(): diff --git a/data/invite-codes.db b/data/invite-codes.db index 9a13dd7..b5f20c3 100644 Binary files a/data/invite-codes.db and b/data/invite-codes.db differ