From: Mike Bayer Date: Tue, 10 Apr 2007 19:18:28 +0000 (+0000) Subject: will be 0.3.7 X-Git-Tag: rel_0_3_7~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4b8112d6d919eded664b042aea4f8015e143110;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git will be 0.3.7 --- diff --git a/setup.py b/setup.py index b859a53cec..48bbb9c9cb 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ use_setuptools() from setuptools import setup, find_packages setup(name = "SQLAlchemy", - version = "0.3.6", + version = "0.3.7", description = "Database Abstraction Library", author = "Mike Bayer", author_email = "mike_mp@zzzcomputing.com",