Skip to content

Commit f35ad7f

Browse files
upgrade version to 1.2.10 (#34)
1 parent 5f54bc2 commit f35ad7f

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, 9)
6+
VERSION = (0, 2, 10)
77
__version__ = '.'.join(str(x) for x in VERSION)
88

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

0 commit comments

Comments
 (0)