Skip to content

Commit

Permalink
Issued 0.2.4 version release
Browse files Browse the repository at this point in the history
  • Loading branch information
vmagamedov committed May 12, 2020
1 parent bad0e9c commit 1b9173a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion sqlconstruct.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
from sqlalchemy.orm.attributes import QueryableAttribute


__version__ = '0.2.3'
__version__ = '0.2.4'

_PY3 = sys.version_info[0] == 3

Expand Down

0 comments on commit 1b9173a

Please sign in to comment.