Skip to content

Commit

Permalink
chore(release): 0.3.1
Browse files Browse the repository at this point in the history
Automatically generated by semantic-release
  • Loading branch information
github-actions committed Dec 22, 2023
1 parent 0e9f9f8 commit aa3a2c8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@



## 0.3.1 (2023-12-22)

### Fix

* fix: possible division per 0 (#47) ([`0e9f9f8`](https://github.com/artefactory-fr/track-reid/commit/0e9f9f8132b0cd97118b55d6310764d59ea34881))

### Unknown

* Merge branch 'main' into dev ([`4bab2d5`](https://github.com/artefactory-fr/track-reid/commit/4bab2d57b7665b96bdfb470d3e46fb12b0f29268))

* Tp/fix possible crash (#46)

Co-authored-by: TomDarmon <36815861+TomDarmon@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com> ([`4e8a531`](https://github.com/artefactory-fr/track-reid/commit/4e8a531af77a51ec1d7818a1dfdce6d778d4e0bb))


## 0.3.0 (2023-12-18)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "trackreid"
authors = ["tristanpepinartefact <tristan.pepin@artefact.com>"]
description = "This Git repository is dedicated to the development of a Python library aimed at correcting the results of tracking algorithms. The primary goal of this library is to reconcile and reassign lost or misidentified IDs, ensuring a consistent and accurate tracking of objects over time. "

version = "0.3.0"
version = "0.3.1"
readme = "README.md"


Expand Down
2 changes: 1 addition & 1 deletion trackreid/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .reid_processor import ReidProcessor # noqa: F401

__version__ = "0.3.0"
__version__ = "0.3.1"

0 comments on commit aa3a2c8

Please sign in to comment.