Skip to content

Commit

Permalink
bump version (#64)
Browse files Browse the repository at this point in the history
Co-authored-by: Zifeng Yu <yuzifeng@hotmail.com>
  • Loading branch information
yuzifeng1984 and zifengyu authored Nov 29, 2024
1 parent 2e6331e commit 9fde3ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proton_driver/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from .dbapi import connect


VERSION = (0, 2, 11)
VERSION = (0, 2, 12)
__version__ = '.'.join(str(x) for x in VERSION)

__all__ = ['Client', 'connect']

0 comments on commit 9fde3ef

Please sign in to comment.