diff --git a/setup.py b/setup.py index c9682a1..6998d01 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name='SQLConstruct', - version='0.2.3', + version='0.2.4', description='Functional approach to query database using SQLAlchemy', long_description=README, author='Vladimir Magamedov', diff --git a/sqlconstruct.py b/sqlconstruct.py index 7a89d7a..3fc82a6 100644 --- a/sqlconstruct.py +++ b/sqlconstruct.py @@ -48,7 +48,7 @@ from sqlalchemy.orm.attributes import QueryableAttribute -__version__ = '0.2.3' +__version__ = '0.2.4' _PY3 = sys.version_info[0] == 3