Skip to content
This repository has been archived by the owner on May 5, 2022. It is now read-only.

Commit

Permalink
Merge pull request #40 from dungdm93/release-0.4.1
Browse files Browse the repository at this point in the history
Release version 0.4.1
  • Loading branch information
dungdm93 authored Dec 3, 2021
2 parents ee500a2 + bc9c078 commit 29020cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="sqlalchemy-trino",
version="0.4.0",
version="0.4.1",
author="Dũng Đặng Minh",
author_email="[email protected]",
description="Trino dialect for SQLAlchemy",
Expand Down Expand Up @@ -33,7 +33,7 @@
python_requires='>=3.7',
install_requires=[
"sqlalchemy~=1.3",
"trino~=0.306",
"trino==0.306",
],
entry_points={
"sqlalchemy.dialects": [
Expand Down

0 comments on commit 29020cd

Please sign in to comment.