Skip to content

Commit 8d6023c

Browse files
author
Shubham
committed
Set version to 5.0.0 in package's __init__.py
1 parent e70fa2e commit 8d6023c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

objectbox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
]
7979

8080
# Python binding version
81-
version = Version(4, 0, 0)
81+
version = Version(5, 0, 0)
8282
"""ObjectBox Python package version"""
8383

8484
def version_info():

0 commit comments

Comments
 (0)