From 780ff64aacbea46c313ddbccfa785068be8e1624 Mon Sep 17 00:00:00 2001 From: William Vinnicombe Date: Tue, 18 Jun 2024 17:30:35 +0100 Subject: [PATCH] Update for libcamera v0.3.0+rpt20240617 --- README.md | 1 + pyproject.toml | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 24a3e86..999c140 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ If you get the error `This package works with libcamera version ..., but you hav | System and Date | libcamera Reported Version | Pip Package Version | | --------------- | -------------------------- | ------------------- | +| Raspberry Pi Bookworm 17/06/2024 | v0.3.0+65-6ddd79b5 | 0.1a5 | | Raspberry Pi Bookworm 18/04/2024 | v0.2.0+120-eb00c13d | 0.1a4 | | Raspberry Pi Bookworm 15/02/2024 | v0.2.0+46-075b54d5 | 0.1a3 | | Raspberry Pi Bookworm 22/11/2023 | v0.1.0+118-563cd78e | 0.1a2 | diff --git a/pyproject.toml b/pyproject.toml index ecef87d..8815fc5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ['meson-python', 'pyyaml', 'pybind11'] [project] name = 'rpi-libcamera' -version = '0.1a4' +version = '0.1a5' description = 'libcamera python bindings' readme = 'README.md' @@ -14,9 +14,9 @@ Source = "https://github.com/raspberrypi/pylibcamera" [tool.meson-python.args] setup = [ - '-Drevision=v0.2.0+rpt20240418', + '-Drevision=v0.3.0+rpt20240617', '-Drepository=https://github.com/raspberrypi/libcamera.git', - '-Dversion=v0.2.0+120-eb00c13d' + '-Dversion=v0.3.0+65-6ddd79b5' ] [tool.flit.module]