From 7bc204e31d084e4d73c973793f6c1342298af09c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 19 Feb 2023 11:50:05 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.10.0=20=E2=86=92=200.10.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ README.md | 2 +- pyproject.toml | 4 ++-- spyglass/__version__.py | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 170a2a6..6aaf084 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.10.1 (2023-02-19) + +### Fix + +- build packages after version bump + ## v0.10.0 (2023-02-19) ### Feat diff --git a/README.md b/README.md index f42c81b..bc01712 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A simple mjpeg server for Picamera2. With Spyglass you are able to stream videos from a camera that is supported by [libcamera](http://libcamera.org) like the [Raspberry Pi Camera Module 3](https://www.raspberrypi.com/products/camera-module-3/). -Current version: 0.10.0 +Current version: 0.10.1 ## Prerequisites diff --git a/pyproject.toml b/pyproject.toml index 7929714..355d4f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [project] -version = "0.10.0" +version = "0.10.1" [build-system] build-backend = "setuptools.build_meta" @@ -16,7 +16,7 @@ mock_use_standalone_module = true [tool.commitizen] name = "cz_conventional_commits" -version = "0.10.0" +version = "0.10.1" tag_format = "v$version" version_files = [ "spyglass/__version__.py", diff --git a/spyglass/__version__.py b/spyglass/__version__.py index 61fb31c..1f4c4d4 100644 --- a/spyglass/__version__.py +++ b/spyglass/__version__.py @@ -1 +1 @@ -__version__ = "0.10.0" +__version__ = "0.10.1"