Skip to content

Commit dc6fe8a

Browse files
committed
Bump version to 0.7.0a9 and c-lib 0.21.1-alpha3
1 parent 8011ec3 commit dc6fe8a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

download-c-lib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Script used to download objectbox-c shared libraries for all supported platforms. Execute by running `make get-lib`
77
# on first checkout of this repo and any time after changing the objectbox-c lib version.
88

9-
version = "v0.21.1-alpha1" # see objectbox/c.py required_version
9+
version = "v0.21.1-alpha3" # see objectbox/c.py required_version
1010
variant = 'objectbox' # or 'objectbox-sync'
1111

1212
base_url = "https://github.com/objectbox/objectbox-c/releases/download/"

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=8)
34+
version = Version(0, 7, 0, alpha=9)
3535

3636

3737
def version_info():

0 commit comments

Comments
 (0)