Skip to content

Commit ea4b294

Browse files
authored
Merge pull request #435 from c-bata/bump-to-0.9.1
Bump the version up to v0.9.1
2 parents 21760ba + 31d1db6 commit ea4b294

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ $ isort .
119119

120120
The release process(compiling TypeScript files, packaging Python distributions and uploading to PyPI) is fully automated by GitHub Actions.
121121

122-
1. Replace `optuna_dashboard.version.__version__` to the next version (e.g. 0.8.0).
122+
1. Replace `optuna_dashboard.__version__` to the next version (e.g. 0.8.0).
123123
2. Create a git tag (e.g. v0.8.0) and push it to GitHub. If succeeded, GitHub Action will build sdist/wheel packages and create a draft GitHub release.
124124
3. Edit a GitHub release, generate release note, write highlights of this release if needed, and mark "Create [a discussion](https://github.com/optuna/optuna-dashboard/discussions/categories/announcements) for this release" checkbox. Then make it publish. GitHub Action will release the new version to PyPI.
125125

optuna_dashboard/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
from ._note import save_note # noqa
1515

1616

17-
__version__ = "0.9.0"
17+
__version__ = "0.9.1"

0 commit comments

Comments
 (0)