diff --git a/CHANGELOG.md b/CHANGELOG.md index f069ff2..8ae7f90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Semantic Versioning Changelog +## [1.0.2](https://github.com/ambianic/fall-detection/compare/v1.0.1...v1.0.2) (2021-10-04) + + +### Bug Fixes + +* trigger pypi publish workflow ([9884d25](https://github.com/ambianic/fall-detection/commit/9884d252bcbe45bc53133963cc1f877f631a30dd)) + ## [1.0.1](https://github.com/ambianic/fall-detection/compare/v1.0.0...v1.0.1) (2021-10-04) diff --git a/src/setup.cfg b/src/setup.cfg index ad38f7b..fc4614a 100644 --- a/src/setup.cfg +++ b/src/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = ambianic-fall-detection -version = 1.0.1 +version = 1.0.2 author = Bhavika Kanani author_email = bhavika@softmaxai.com description = Standalone Python ML library for people fall detection based on Tensorflow and PoseNet 2.0.