Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 471955a

Browse files
committed
bounce up version
1 parent 2c1ff9a commit 471955a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

databend_py/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from .client import Client
22
from .connection import Connection
33

4-
VERSION = (0, 1, 5)
4+
VERSION = (0, 1, 6)
55
__version__ = '.'.join(str(x) for x in VERSION)
66

77
__all__ = ['Client', 'Connection']

0 commit comments

Comments
 (0)