Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Litvinenko committed Mar 30, 2017
1 parent 6b41257 commit 3ced841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def requirements():
return [line.rstrip('\n') for line in open(filename).readlines()]

setup(name='sqlalchemy_mixins',
version='0.2',
version='0.2.1',
description='Active Record, Django-like queries, nested eager load '
'and beauty __repr__ for SQLAlchemy',
url='https:/absent1706/sqlalchemy-mixins',
Expand Down

0 comments on commit 3ced841

Please sign in to comment.