Skip to content

Commit

Permalink
Merge pull request #435 from c-bata/bump-to-0.9.1
Browse files Browse the repository at this point in the history
Bump the version up to v0.9.1
  • Loading branch information
c-bata committed Apr 13, 2023
2 parents 21760ba + 31d1db6 commit ea4b294
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ $ isort .

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

1. Replace `optuna_dashboard.version.__version__` to the next version (e.g. 0.8.0).
1. Replace `optuna_dashboard.__version__` to the next version (e.g. 0.8.0).
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.
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.

2 changes: 1 addition & 1 deletion optuna_dashboard/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
from ._note import save_note # noqa


__version__ = "0.9.0"
__version__ = "0.9.1"

0 comments on commit ea4b294

Please sign in to comment.