Skip to content

Commit

Permalink
Release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Wh1isper committed Sep 5, 2023
1 parent 2a20a3c commit 1d6d6b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
duetector-version: ["0.0.1"]
duetector-version: ["0.0.1", "0.0.2"]

runs-on: ubuntu-latest

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-latest-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
latest-version: ["0.0.1"]
latest-version: ["0.0.2"]

runs-on: ubuntu-latest

Expand Down
2 changes: 1 addition & 1 deletion duetector/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Top-level package for duetector."""

__author__ = "hitsz-ids"
__version__ = "0.0.2rc1"
__version__ = "0.0.2"

0 comments on commit 1d6d6b4

Please sign in to comment.