From f7710cb83822211333cd71640af8e829dce1a4ff Mon Sep 17 00:00:00 2001 From: Philipp Hanslovsky Date: Mon, 12 Nov 2018 16:04:19 -0500 Subject: [PATCH] Release 0.3.3 --- imglyb_config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/imglyb_config.py b/imglyb_config.py index 62ea939..d7e5f1c 100644 --- a/imglyb_config.py +++ b/imglyb_config.py @@ -1,6 +1,6 @@ _endpoints = [] _additional_repositories = {} -version = '0.3.3dev' +version = '0.3.3' def add_endpoints(*endpoints): global _endpoints @@ -18,4 +18,4 @@ def add_repositories(*args, **kwargs): def get_repositories(): global _additional_repositories - return _additional_repositories \ No newline at end of file + return _additional_repositories