summaryrefslogtreecommitdiff
path: root/alembic/__init__.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-09-30 12:24:43 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2012-09-30 12:24:43 -0400
commit35ef4896bf2db3bf754e6fc4839cc3ea880ba1b7 (patch)
treeb02c2b17d85b762c48ac97cbfb0230d685f86cd1 /alembic/__init__.py
parent4ebc3c9cfab406bcd03fb6fad84941dc0df81fdf (diff)
downloadalembic-35ef4896bf2db3bf754e6fc4839cc3ea880ba1b7.tar.gz
- call it 0.4.0
- [feature] The command line runner has been organized into a reusable CommandLine object, so that other front-ends can re-use the argument parsing built in. #70
Diffstat (limited to 'alembic/__init__.py')
-rw-r--r--alembic/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alembic/__init__.py b/alembic/__init__.py
index 36db19f..5a8fffa 100644
--- a/alembic/__init__.py
+++ b/alembic/__init__.py
@@ -1,6 +1,6 @@
from os import path
-__version__ = '0.3.7'
+__version__ = '0.4.0'
package_dir = path.abspath(path.dirname(__file__))