Skip to content

Commit 8341076

Browse files
committed
Merge branch '30-bump-version-0.7.0a5' into 'dev'
Bump Version to 0.7.0a5 #30 Closes #30 See merge request objectbox/objectbox-python!20
2 parents cc1256c + 2dc42a4 commit 8341076

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
@@ -31,7 +31,7 @@
3131
]
3232

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

3636

3737
def version_info():

0 commit comments

Comments
 (0)