[svn r21081] Auto-update of version strings

This commit is contained in:
Ian Bicking 2008-10-28 12:21:46 -05:00
parent dd921d228d
commit dad04b93ae
1 changed files with 1 additions and 1 deletions

View File

@ -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')