From: Mike Bayer Date: Thu, 23 Feb 2006 02:47:07 +0000 (+0000) Subject: release time X-Git-Tag: rel_0_1_1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e15f047502bd3c17d008f95737119e0e3188658;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git release time --- diff --git a/setup.py b/setup.py index 7e945a024b..f7c2898028 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ use_setuptools() from setuptools import setup, find_packages setup(name = "SQLAlchemy", - version = "0.1.0", + version = "0.1.1", description = "Database Abstraction Library", author = "Mike Bayer", author_email = "mike_mp@zzzcomputing.com",