From dad04b93ae33ab4d9832b35549889e2fdf84be16 Mon Sep 17 00:00:00 2001 From: Ian Bicking Date: Tue, 28 Oct 2008 12:21:46 -0500 Subject: [PATCH] [svn r21081] Auto-update of version strings --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4f48d42b6..4e8f3665b 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ except ImportError: from distutils.core import setup import os -version = '0.1.5' +version = '0.2.1' doc_dir = os.path.join(os.path.dirname(__file__), 'docs') index_filename = os.path.join(doc_dir, 'index.txt')