Skip to content

Commit

Permalink
chore(release): 0.0.2
Browse files Browse the repository at this point in the history
Automatically generated by semantic-release
  • Loading branch information
github-actions committed Nov 13, 2023
1 parent d145ef6 commit 49396da
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.2 (2023-11-13)

### Fix

* fix: cython (#6)

Co-authored-by: TomDarmon <tom.darmon@artefact.com> ([`553d5c1`](https://github.com/artefactory-fr/bytetrack/commit/553d5c192b6d1414e30dcd5701ea95cd761205bb))

### Unknown

* Fix: cython release (#7) ([`d145ef6`](https://github.com/artefactory-fr/bytetrack/commit/d145ef6511c63b9b6fc6e0c6073249320e0d5861))


## v0.0.1 (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.1"
__version__ = "0.0.2"
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.1"
version = "0.0.2"
readme = "README.md"


Expand Down

0 comments on commit 49396da

Please sign in to comment.