This commit is contained in:
Mike Bayer
2013-04-29 19:49:59 -04:00
parent eb431e4aa5
commit ba5ac0f2a5
+1 -1
View File
@@ -120,7 +120,7 @@ from .engine import create_engine, engine_from_config
__all__ = sorted(name for name, obj in locals().items()
if not (name.startswith('_') or _inspect.ismodule(obj)))
__version__ = '0.8.1'
__version__ = '0.8.2'
del _inspect, sys