From 58962bb727f1ddc0b85d224e29b455b68ebe4fc2 Mon Sep 17 00:00:00 2001 From: Florian Mounier Date: Thu, 6 Feb 2014 16:07:25 +0100 Subject: [PATCH] Bump 1.3.0 --- pygal/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygal/__init__.py b/pygal/__init__.py index e8fa761..aefffcf 100644 --- a/pygal/__init__.py +++ b/pygal/__init__.py @@ -21,7 +21,7 @@ Pygal - A python svg graph plotting library """ -__version__ = '1.2.3' +__version__ = '1.3.0' import sys from pygal.config import Config from pygal.ghost import Ghost