Skip to content

Commit

Permalink
v12.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rookiepeng committed Mar 29, 2024
1 parent 0746f82 commit aacba46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/release_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,12 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Checkout private tools
uses: actions/checkout@v4
with:
repository: rookiepeng/radarsimcpp
ssh-key: ${{ secrets.RADARSIMC }}
submodules: recursive
path: src/radarsimcpp
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion src/radarsimpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
from .transmitter import Transmitter
from .receiver import Receiver

__version__ = "12.2.0"
__version__ = "12.2.3"

0 comments on commit aacba46

Please sign in to comment.