From 434dc1fac134a7b0d15005ae19e2e13cfb90af1d Mon Sep 17 00:00:00 2001 From: Marnanel Thurman Date: Fri, 12 Oct 2018 20:16:15 +0100 Subject: [PATCH] Version number bump to 0.0.18 --- django_kepi/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_kepi/__init__.py b/django_kepi/__init__.py index f6c06fe..e722b7b 100644 --- a/django_kepi/__init__.py +++ b/django_kepi/__init__.py @@ -1,5 +1,5 @@ __title__ = 'django_kepi' -__version__ = '0.0.17' +__version__ = '0.0.18' VERSION = __version__ __author__ = 'Marnanel Thurman' __license__ = 'GPL-2'