Skip to content

Commit

Permalink
Merge branch '30-bump-version-0.7.0a5' into 'dev'
Browse files Browse the repository at this point in the history
Bump Version to 0.7.0a5 #30

Closes #30

See merge request objectbox/objectbox-python!20
  • Loading branch information
dan-obx committed Apr 23, 2024
2 parents cc1256c + 2dc42a4 commit 8341076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion objectbox/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
]

# Python binding version
version = Version(0, 7, 0, alpha=1)
version = Version(0, 7, 0, alpha=5)


def version_info():
Expand Down

0 comments on commit 8341076

Please sign in to comment.