Skip to content

Commit

Permalink
DSQSS v2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
yomichi committed Mar 22, 2024
1 parent 0c154ff commit 69809e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: pip
run: |
python3 -m pip install -U pip
python3 -m pip install numpy scipy toml setuptools
python3 -m pip install numpy scipy toml setuptools typing-extensions
- name: setup
run: sh setup/setup.sh
Expand Down
2 changes: 1 addition & 1 deletion apps/dsqss/version.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DSQSS_VERSION="2.0.4"
DSQSS_VERSION="2.0.5"
DSQSS_MA_REVISION="0"

__NAME__=dsqss
Expand Down

0 comments on commit 69809e5

Please sign in to comment.