From aa8a78ecba455e7532d962d8f7eb186b88217149 Mon Sep 17 00:00:00 2001 From: Alberto Sottile Date: Mon, 26 Apr 2021 18:26:47 +0200 Subject: [PATCH] Bump version to 0.3.1 --- darkdetect/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/darkdetect/__init__.py b/darkdetect/__init__.py index 63617b7..a9195bd 100644 --- a/darkdetect/__init__.py +++ b/darkdetect/__init__.py @@ -4,7 +4,7 @@ # Distributed under the terms of the 3-clause BSD License. #----------------------------------------------------------------------------- -__version__ = '0.3.0' +__version__ = '0.3.1' import sys import platform