From 2e09579f2fd8f9427f36ae5349608f980e46733c Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Fri, 27 Apr 2012 10:48:15 +0200 Subject: [PATCH] Version 0.4.1 --- cairosvg/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cairosvg/__init__.py b/cairosvg/__init__.py index 52eaa775..778170ae 100644 --- a/cairosvg/__init__.py +++ b/cairosvg/__init__.py @@ -27,7 +27,7 @@ from . import surface -VERSION = '0.4+' +VERSION = '0.4.1' SURFACES = { 'SVG': surface.SVGSurface, # Tell us if you actually use this one! 'PNG': surface.PNGSurface,