From 9877efd7d4c934d91d25f0e7a3075852dabf3a53 Mon Sep 17 00:00:00 2001 From: Michael Bukachi Date: Sun, 8 Sep 2024 04:50:46 +0300 Subject: [PATCH] Update version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 10e2bde..2d04d70 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ def requirements(): return [line.rstrip('\n') for line in open(filename).readlines()] setup(name='sqlalchemy_mixins', - version='2.0.5', + version='2.1.0', description='Active Record, Django-like queries, nested eager load ' 'and beauty __repr__ for SQLAlchemy', url='https://github.com/absent1706/sqlalchemy-mixins',