Skip to content

Commit d73c8c6

Browse files
committed
using libzim 9.1.0
1 parent 5fb5752 commit d73c8c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- published
77

88
env:
9-
LIBZIM_DL_VERSION: "9.0.0"
9+
LIBZIM_DL_VERSION: "9.1.0"
1010
MACOSX_DEPLOYMENT_TARGET: "12.0"
1111
CIBW_ENVIRONMENT_PASS_LINUX: "LIBZIM_DL_VERSION"
1212
# APPLE_SIGNING_KEYCHAIN_PATH set in prepare keychain step

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030

3131
class Config:
32-
libzim_dl_version: str = os.getenv("LIBZIM_DL_VERSION", "9.0.0")
32+
libzim_dl_version: str = os.getenv("LIBZIM_DL_VERSION", "9.1.0")
3333
use_system_libzim: bool = bool(os.getenv("USE_SYSTEM_LIBZIM", False))
3434
download_libzim: bool = not bool(os.getenv("DONT_DOWNLOAD_LIBZIM", False))
3535

0 commit comments

Comments
 (0)