Skip to content

Commit 05976fd

Browse files
committed
bump up version to 2.0.1
1 parent 65e711f commit 05976fd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/sphinx/manual/en/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
# The short X.Y version.
3535
version = "2.0"
3636
# The full version, including alpha/beta/rc tags.
37-
release = "2.0.0"
37+
release = "2.0.1"
3838

3939
# for jupyter-notebook
4040

docs/sphinx/manual/ja/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# The short X.Y version.
2929
version = "2.0"
3030
# The full version, including alpha/beta/rc tags.
31-
release = "2.0.0"
31+
release = "2.0.1"
3232

3333
# -- General configuration ---------------------------------------------------
3434

physbo/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
from .predictor import base_predictor
1515
from .variable import variable
1616

17-
__version__ = "2.1.dev"
17+
__version__ = "2.0.1"

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = physbo
3-
version = 2.1.dev1
3+
version = 2.0.1
44
description = optimization tool for PHYSics based on Bayesian Optimization
55
long_description = file: README.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)