-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version number to 1.0.1 [skip ci]
## [1.0.1](v1.0.0...v1.0.1) (2024-10-08) ### Bug Fixes * Fix project information ([bbbf5c9](bbbf5c9))
- Loading branch information
1 parent
bbbf5c9
commit 6bc86af
Showing
5 changed files
with
11 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ info: | |
written in natural language. | ||
contact: | ||
email: [email protected] | ||
version: 1.0.0 | ||
version: 1.0.1 | ||
externalDocs: | ||
description: Find out more about Detection Microservice | ||
url: https://developer.ridgerun.com/wiki/index.php/Metropolis_Microservices/RidgeRun_Services/Detection | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
|
||
setuptools.setup( | ||
name="detection", | ||
version="1.0.0", | ||
version="1.0.1", | ||
author='RidgeRun LLC', | ||
author_email='[email protected]', | ||
description="RidgeRun Detection Microservice", | ||
|