diff options
Diffstat (limited to 'alembic/__init__.py')
-rw-r--r-- | alembic/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alembic/__init__.py b/alembic/__init__.py index 38e8107..36db19f 100644 --- a/alembic/__init__.py +++ b/alembic/__init__.py @@ -1,6 +1,6 @@ from os import path -__version__ = '0.3.6' +__version__ = '0.3.7' package_dir = path.abspath(path.dirname(__file__)) |