Skip to content

Commit

Permalink
Bump version number to 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) (2024-10-08)

### Bug Fixes

* Fix project information ([bbbf5c9](bbbf5c9))
  • Loading branch information
semantic-release-bot committed Oct 8, 2024
1 parent bbbf5c9 commit 6bc86af
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.1](https://github.com/RidgeRun/detection-service/compare/v1.0.0...v1.0.1) (2024-10-08)


### Bug Fixes

* Fix project information ([bbbf5c9](https://github.com/RidgeRun/detection-service/commit/bbbf5c928609c7d8733fdd21e2de7cafa7b1ccf1))

# 1.0.0 (2024-07-09)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## RidgeRun Detection Microservice 1.0.0
## RidgeRun Detection Microservice 1.0.1

Detection Microservice detects in the input stream the target objects described in a text prompt.
The microservice uses the NanoOwl generative AI model that allows open vocabulary detection.
Expand Down
2 changes: 1 addition & 1 deletion api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
project = 'Detection'
copyright = '2024, RidgeRun, LLC'
author = 'RidgeRun, LLC'
release = '1.0.0'
release = '1.0.1'

sys.path.insert(0, os.path.abspath('../..'))

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6bc86af

Please sign in to comment.