Skip to content

Commit

Permalink
chore(release): 0.0.1
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 90f2e3f commit 42e9b9e
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# CHANGELOG



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

### Fix

* fix: ci (#4) ([`c5a456f`](https://github.com/artefactory-fr/bytetrack/commit/c5a456fccddaebcc24bdc77f1ebb7c50c02bfdc5))

* fix: ci ([`6002170`](https://github.com/artefactory-fr/bytetrack/commit/600217006257c2cfbea5156e2aad2e35219e7794))

### Unknown

* realease (#5) ([`90f2e3f`](https://github.com/artefactory-fr/bytetrack/commit/90f2e3fc696a7ba15295536dc7ed19fc2461af12))

* Merge pull request #3 from artefactory-fr/dev

fix: Realease ([`7b30902`](https://github.com/artefactory-fr/bytetrack/commit/7b309028b86d6c0721272d20fb05bcc96ed3efcf))

* Merge pull request #2 from artefactory-fr/fea/release_poetry_versionning

Fea/release poetry versionning ([`1039643`](https://github.com/artefactory-fr/bytetrack/commit/10396439f6807a73a8e0842cfbb5bb21762c1ec8))

* fea: add versionning + pre-commit ([`bc75900`](https://github.com/artefactory-fr/bytetrack/commit/bc75900ae8570080b82768464956269c0ccdd5eb))

* fea: use poetry ([`c38868f`](https://github.com/artefactory-fr/bytetrack/commit/c38868fdefa2f5c2a2e1cc1bd73fc7213282fa33))

* initial commit ([`b08cb52`](https://github.com/artefactory-fr/bytetrack/commit/b08cb52ad2aa5fecb1a9324131f8bc70d939c7c7))
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.3.3"
__version__ = "0.0.1"
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 <[email protected]>"]
description = "Maintained fork of bytetrack-pip"
version = "0.3.3"
version = "0.0.1"
readme = "README.md"


Expand Down

0 comments on commit 42e9b9e

Please sign in to comment.