From 8110f6d0615476f90e129dedb15b41e814252e48 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Thu, 20 Feb 2020 14:16:23 +0000 Subject: Add update/credit flags to user table --- app/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/__init__.py') diff --git a/app/__init__.py b/app/__init__.py index 48465b1..32fd0c7 100644 --- a/app/__init__.py +++ b/app/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -__version__ = "0.4.4" +__version__ = "0.4.5" import logging import os -- cgit v1.2.3