From 93ddd6d568f425d4bc4e8d24c81aaf868b279f5f Mon Sep 17 00:00:00 2001 From: Florian Mounier Date: Tue, 25 Aug 2015 17:40:43 +0200 Subject: [PATCH] Bump to 2.0.2 --- pygal/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygal/__init__.py b/pygal/__init__.py index ade522a..27d05a4 100644 --- a/pygal/__init__.py +++ b/pygal/__init__.py @@ -24,7 +24,7 @@ and the maps extensions namespace module. """ -__version__ = '2.0.1' +__version__ = '2.0.2' import pkg_resources import sys