Un-break the version in migrate/__init__.py

Change-Id: Ie642315c20866435a709d576c99d6e293e7a7e63
This commit is contained in:
Monty Taylor 2013-11-15 12:49:13 -05:00
parent 73df211afe
commit 928a846619
1 changed files with 4 additions and 1 deletions

View File

@ -5,7 +5,10 @@
using Python.
"""
import pkg_resources
from migrate.versioning import *
from migrate.changeset import *
__version__ = '0.8.1'
__version__ = pkg_resources.get_provider(
pkg_resources.Requirement.parse('sqlalchemy-migrate')).version