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

Commit

Permalink
chores: bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dungdm93 committed May 5, 2021
1 parent c798424 commit 5a01b48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.2.2",
version="0.3.0",
author="Dũng Đặng Minh",
author_email="[email protected]",
description="Trino dialect for SQLAlchemy",
Expand Down
2 changes: 1 addition & 1 deletion sqlalchemy_trino/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from sqlalchemy.dialects import registry

__version__ = '0.2.2'
__version__ = '0.3.0'
registry.register("trino", "sqlalchemy_trino.dialect", "TrinoDialect")

0 comments on commit 5a01b48

Please sign in to comment.