From 86bb5266f6f401428d7cc1db09c5070690ce2c17 Mon Sep 17 00:00:00 2001 From: jaraco Date: Sat, 24 May 2008 18:20:35 +0000 Subject: [PATCH] bumped to version 1.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index be1cffe..76ea5bb 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ use_setuptools() from setuptools import setup, find_packages setup(name = "svg-chart", - version = "1.1", + version = "1.2", description = "Python SVG Charting Library", author = "Jason R. Coombs", author_email = "jaraco@jaraco.com",