Skip to content

Commit

Permalink
Merge pull request #854 from c-bata/bump-to-v0.15.1
Browse files Browse the repository at this point in the history
Bump the version up to `v0.15.1`
  • Loading branch information
c-bata committed Mar 29, 2024
2 parents 16ed3e1 + 4edc707 commit 355f161
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,13 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: '16'
- run: npm install
- run: npm run build:prd
node-version: '20'

- name: Build bundle.js
working-directory: optuna_dashboard
run: |
npm install
npm run build:prd
- name: Set up Python
uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '20'

- name: Build bundle.js
working-directory: optuna_dashboard
Expand Down
2 changes: 1 addition & 1 deletion optuna_dashboard/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
from ._preference_setting import register_preference_feedback_component # noqa


__version__ = "0.15.0"
__version__ = "0.15.1"

0 comments on commit 355f161

Please sign in to comment.