Skip to content

Commit 1395fa9

Browse files
committed
Merge branch '22-release-v0-6-1' into 'dev'
Resolve "Release v0.6.1" Closes #22 See merge request objectbox/objectbox-python!16
2 parents 5c52ecf + 1e96dec commit 1395fa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

objectbox/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
]
3232

3333
# Python binding version
34-
version = Version(0, 6, 0)
34+
version = Version(0, 6, 1)
3535

3636

3737
def version_info():

0 commit comments

Comments
 (0)