Skip to content

Commit

Permalink
build: Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbukachi committed Jul 26, 2023
1 parent b8034b1 commit cbd35a6
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='2.0.3',
version='2.0.4',
description='Active Record, Django-like queries, nested eager load '
'and beauty __repr__ for SQLAlchemy',
url='https://github.com/absent1706/sqlalchemy-mixins',
Expand Down

0 comments on commit cbd35a6

Please sign in to comment.