summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2007-07-16 21:29:27 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2007-07-16 21:29:27 +0000
commita3f25674fce8cd137dc4c1f113d5bbf25e28c7f2 (patch)
treef2eb1f773c20bf5adeb5db0456efa7b0727c477e /setup.py
parent40ded34819bb2a65ef02042bf60e075d65123592 (diff)
downloadsqlalchemy-a3f25674fce8cd137dc4c1f113d5bbf25e28c7f2.tar.gz
- fixes for connection bound sessions, connection-bound compiled objects via metadata
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 6b87acb33..38b004be2 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.9",
+ version = "0.3.10",
description = "Database Abstraction Library",
author = "Mike Bayer",
author_email = "mike_mp@zzzcomputing.com",