Skip to content

Commit

Permalink
chore(release): 1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.1](v1.0.0...v1.0.1) (2021-10-04)

### Bug Fixes

* pypi package name ([731bac5](731bac5))
* pypi release action ([b81b100](b81b100))
* pypi upload command ([246e8d1](246e8d1))
* test pypi publish workflow ([3bac010](3bac010))
* trigger pypi publish workflow ([9884d25](9884d25))
  • Loading branch information
semantic-release-bot committed Oct 4, 2021
1 parent 4a5b59d commit d52c40f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Semantic Versioning Changelog

## [1.0.1](https://github.com/ivelin/fall-detection/compare/v1.0.0...v1.0.1) (2021-10-04)


### Bug Fixes

* pypi package name ([731bac5](https://github.com/ivelin/fall-detection/commit/731bac595e17ab4589ae0865e749e39b0a198583))
* pypi release action ([b81b100](https://github.com/ivelin/fall-detection/commit/b81b100aea6fc1eee40265e235ef192ee9b1df10))
* pypi upload command ([246e8d1](https://github.com/ivelin/fall-detection/commit/246e8d1a35a07c2cb3ad16d8e32952af1e13cd5a))
* test pypi publish workflow ([3bac010](https://github.com/ivelin/fall-detection/commit/3bac0108b08c8bfb7151dbf0bd9dae7459467f81))
* trigger pypi publish workflow ([9884d25](https://github.com/ivelin/fall-detection/commit/9884d252bcbe45bc53133963cc1f877f631a30dd))

## [1.0.4](https://github.com/ambianic/fall-detection/compare/v1.0.3...v1.0.4) (2021-10-04)


Expand Down
3 changes: 2 additions & 1 deletion src/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = falldetect
version = 1.0.4
version = 1.0.1
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.
Expand All @@ -19,3 +19,4 @@ classifiers =
[options]
packages = find:
python_requires = >=3.7

0 comments on commit d52c40f

Please sign in to comment.