Skip to content

Commit

Permalink
bump up version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yomichi committed Aug 20, 2024
1 parent 65e711f commit 05976fd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/sphinx/manual/en/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
# The short X.Y version.
version = "2.0"
# The full version, including alpha/beta/rc tags.
release = "2.0.0"
release = "2.0.1"

# for jupyter-notebook

Expand Down
2 changes: 1 addition & 1 deletion docs/sphinx/manual/ja/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# The short X.Y version.
version = "2.0"
# The full version, including alpha/beta/rc tags.
release = "2.0.0"
release = "2.0.1"

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion physbo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
from .predictor import base_predictor
from .variable import variable

__version__ = "2.1.dev"
__version__ = "2.0.1"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = physbo
version = 2.1.dev1
version = 2.0.1
description = optimization tool for PHYSics based on Bayesian Optimization
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 05976fd

Please sign in to comment.