From d350ae105c506fbe1208a3dafdad986672b6840c Mon Sep 17 00:00:00 2001 From: ishiy Date: Thu, 21 Apr 2022 16:42:02 +0900 Subject: [PATCH] Bump version 0.1.3 --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 339ae67..84329a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.1.3 (2022-04-21) + +- Fix error from `NVArgusCameraCapture`. + - [Issue 22](https://github.com/Idein/actfw-jetson/issues/22) + + ## 0.1.2 (2021-09-06) - Loosen the version requirement of `PyGObject` to be compatible with a `python3-gi` package provided by apt in Jetson application's base image. diff --git a/pyproject.toml b/pyproject.toml index d0234b7..0b9b711 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ license = "MIT" name = "actfw-jetson" readme = "README.md" repository = "https://github.com/Idein/actfw-jetson" -version = "0.1.2" +version = "0.1.3" [tool.poetry.dependencies] python = "^3.6.2"