Skip to content

Commit

Permalink
Update for libcamera v0.2.0+rpt20240418
Browse files Browse the repository at this point in the history
  • Loading branch information
will-v-pi committed Apr 23, 2024
1 parent 6330d39 commit 44c29d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 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 |

Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ['meson-python', 'pyyaml', 'pybind11']

[project]
name = 'rpi-libcamera'
version = '0.1a3'
version = '0.1a4'
description = 'libcamera python bindings'
readme = 'README.md'

Expand All @@ -14,9 +14,9 @@ Source = "https://github.com/raspberrypi/pylibcamera"

[tool.meson-python.args]
setup = [
'-Drevision=v0.2.0+rpt20240215',
'-Drevision=v0.2.0+rpt20240418',
'-Drepository=https://github.com/raspberrypi/libcamera.git',
'-Dversion=v0.2.0+46-075b54d5'
'-Dversion=v0.2.0+120-eb00c13d'
]

[tool.flit.module]
Expand Down

0 comments on commit 44c29d1

Please sign in to comment.