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

Commit 5a01b48

Browse files
committed
chores: bump version to 0.3.0
1 parent c798424 commit 5a01b48

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.2",
8+
version="0.3.0",
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.2'
3+
__version__ = '0.3.0'
44
registry.register("trino", "sqlalchemy_trino.dialect", "TrinoDialect")

0 commit comments

Comments
 (0)