From e7aa64488ad778a99247175e9a851020efaaa19c Mon Sep 17 00:00:00 2001 From: Stein Heselmans Date: Fri, 11 Aug 2017 09:52:04 +0200 Subject: [PATCH] Release 0.0.8 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7790e2e9..0b2304eb 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import find_packages, setup PROJECT_URL = 'https://github.com/melexis/warnings-plugin' -VERSION = '0.0.7' +VERSION = '0.0.8' def read(*names, **kwargs):