From bc9c07893fa15894b64d0f49eeee8ddd370f38f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90=E1=BA=B7ng=20Minh=20D=C5=A9ng?= Date: Fri, 3 Dec 2021 15:44:23 +0700 Subject: [PATCH] bump version 0.4.1 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 622f006..12ee55f 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="sqlalchemy-trino", - version="0.4.0", + version="0.4.1", author="Dũng Đặng Minh", author_email="dungdm93@live.com", description="Trino dialect for SQLAlchemy", @@ -33,7 +33,7 @@ python_requires='>=3.7', install_requires=[ "sqlalchemy~=1.3", - "trino~=0.306", + "trino==0.306", ], entry_points={ "sqlalchemy.dialects": [