Skip to content

Commit 1903270

Browse files
author
Dylan Bobby Storey
committed
chore: bump version to 0.3.6
1 parent db04554 commit 1903270

File tree

3 files changed

+361
-72
lines changed

3 files changed

+361
-72
lines changed

bindings/python/src/graphqlite/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from .utils import escape_string, sanitize_rel_type, CYPHER_RESERVED
99
from ._platform import get_loadable_path
1010

11-
__version__ = "0.3.5"
11+
__version__ = "0.3.6"
1212
__all__ = [
1313
"BulkInsertResult",
1414
"Connection", "connect", "wrap", "load", "loadable_path",

0 commit comments

Comments
 (0)