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

Commit 9874e6b

Browse files
committed
chores: bump version to 0.2.2
1 parent e1289d4 commit 9874e6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="sqlalchemy-trino",
8-
version="0.2.0",
8+
version="0.2.2",
99
author="Dũng Đặng Minh",
1010
author_email="[email protected]",
1111
description="Trino dialect for SQLAlchemy",

sqlalchemy_trino/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from sqlalchemy.dialects import registry
22

3-
__version__ = '0.2.0'
3+
__version__ = '0.2.2'
44
registry.register("trino", "sqlalchemy_trino.dialect", "TrinoDialect")

0 commit comments

Comments
 (0)