Skip to content

Commit 9fde3ef

Browse files
bump version (#64)
Co-authored-by: Zifeng Yu <[email protected]>
1 parent 2e6331e commit 9fde3ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proton_driver/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from .dbapi import connect
44

55

6-
VERSION = (0, 2, 11)
6+
VERSION = (0, 2, 12)
77
__version__ = '.'.join(str(x) for x in VERSION)
88

99
__all__ = ['Client', 'connect']

0 commit comments

Comments
 (0)