Skip to content

Commit

Permalink
set version number 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yomichi committed Jun 4, 2024
1 parent 2b26776 commit 4148b40
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/sphinx/manual/en/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
author = "PHYSBO developers"

# The short X.Y version.
version = "1.1"
version = "2.0"
# The full version, including alpha/beta/rc tags.
release = "1.1.1"
release = "2.0.0"

# for jupyter-notebook

Expand Down
4 changes: 2 additions & 2 deletions docs/sphinx/manual/ja/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
author = "PHYSBO developers"

# The short X.Y version.
version = "1.1"
version = "2.0"
# The full version, including alpha/beta/rc tags.
release = "1.1.1"
release = "2.0.0"

# -- 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__ = "1.1.1"
__version__ = "2.0.0"
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 = 1.2-dev
version = 2.0.0
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 4148b40

Please sign in to comment.