Skip to content

Commit

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

See merge request objectbox/objectbox-python!23
  • Loading branch information
dan-obx committed Apr 24, 2024
2 parents f2de55b + 5c200cc commit e7abcd7
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=5)
version = Version(0, 7, 0, alpha=6)


def version_info():
Expand Down

0 comments on commit e7abcd7

Please sign in to comment.