From 30a050f9761ba5f019e7f83b497e9db8b80ff2f0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 4 Oct 2021 23:18:26 +0000 Subject: [PATCH] chore(release): 1.0.9 [skip ci] ## [1.0.9](https://github.com/ambianic/fall-detection/compare/v1.0.8...v1.0.9) (2021-10-04) ### Bug Fixes * prod deployment for main upstream repo only ([3fc569b](https://github.com/ambianic/fall-detection/commit/3fc569b733569188da1f4311c26bf8cb9909c9b7)) --- CHANGELOG.md | 7 +++++++ src/setup.cfg | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4a7567..3ed1eb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Semantic Versioning Changelog +## [1.0.9](https://github.com/ambianic/fall-detection/compare/v1.0.8...v1.0.9) (2021-10-04) + + +### Bug Fixes + +* prod deployment for main upstream repo only ([3fc569b](https://github.com/ambianic/fall-detection/commit/3fc569b733569188da1f4311c26bf8cb9909c9b7)) + ## [1.0.8](https://github.com/ambianic/fall-detection/compare/v1.0.7...v1.0.8) (2021-10-04) diff --git a/src/setup.cfg b/src/setup.cfg index 6a2fc29..4225a0e 100644 --- a/src/setup.cfg +++ b/src/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = falldetect -version = 1.0.8 +version = 1.0.9 author = Bhavika Kanani, Ivelin Ivanov author_email = bhavika@softmaxai.com, ivelin.ivanov@ambianic.ai description = Standalone Python ML library for people fall detection based on Tensorflow and PoseNet 2.0.