Skip to content

Commit

Permalink
chore(release): 0.0.3
Browse files Browse the repository at this point in the history
Automatically generated by semantic-release
  • Loading branch information
github-actions committed Nov 24, 2023
1 parent ac36ee3 commit 557f52b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@



## v0.0.3 (2023-11-24)

### Fix

* fix: frame_id in update (#9) ([`ac36ee3`](https://github.com/artefactory-fr/bytetrack/commit/ac36ee302f78d2e77b028cd646e7de785d6105ca))

### Unknown

* Hotfix/frame id in update (#8) ([`1aaeb78`](https://github.com/artefactory-fr/bytetrack/commit/1aaeb780420c84857b14597083afc8692b16962f))

* fix frame_id in update instead of _ ([`aafc3b7`](https://github.com/artefactory-fr/bytetrack/commit/aafc3b7d7be40534a6e88628302b9478991f533c))


## v0.0.2 (2023-11-13)

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

__version__ = "0.0.2"
__version__ = "0.0.3"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "bytetracker"
authors = ["TomDarmon <tom.darmon@artefact.com>"]
description = "Maintained fork of bytetrack-pip"
version = "0.0.2"
version = "0.0.3"
readme = "README.md"


Expand Down

0 comments on commit 557f52b

Please sign in to comment.