From dc6ada6c29f14b96ff5e13ab11db61ab04097dc9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 4 Oct 2021 16:32:34 +0000 Subject: [PATCH] chore(release): 1.0.1 [skip ci] ## [1.0.1](https://github.com/ambianic/fall-detection/compare/v1.0.0...v1.0.1) (2021-10-04) ### Bug Fixes * test pypi publish workflow ([3bac010](https://github.com/ambianic/fall-detection/commit/3bac0108b08c8bfb7151dbf0bd9dae7459467f81)) --- CHANGELOG.md | 7 +++++++ src/setup.cfg | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33ee099..f069ff2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Semantic Versioning Changelog +## [1.0.1](https://github.com/ambianic/fall-detection/compare/v1.0.0...v1.0.1) (2021-10-04) + + +### Bug Fixes + +* test pypi publish workflow ([3bac010](https://github.com/ambianic/fall-detection/commit/3bac0108b08c8bfb7151dbf0bd9dae7459467f81)) + # 1.0.0 (2021-10-03) diff --git a/src/setup.cfg b/src/setup.cfg index e698383..ad38f7b 100644 --- a/src/setup.cfg +++ b/src/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = ambianic-fall-detection -version = 1.0.0 +version = 1.0.1 author = Bhavika Kanani author_email = bhavika@softmaxai.com description = Standalone Python ML library for people fall detection based on Tensorflow and PoseNet 2.0.