From 37205c702620a10550179d03537c371766b84b3c Mon Sep 17 00:00:00 2001 From: Yuichi Motoyama Date: Fri, 30 Aug 2024 17:38:44 +0900 Subject: [PATCH] v2.0.2 --- docs/sphinx/manual/en/source/conf.py | 2 +- docs/sphinx/manual/ja/source/conf.py | 2 +- physbo/__init__.py | 2 +- setup.cfg | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/sphinx/manual/en/source/conf.py b/docs/sphinx/manual/en/source/conf.py index 032a7b11..867d514d 100644 --- a/docs/sphinx/manual/en/source/conf.py +++ b/docs/sphinx/manual/en/source/conf.py @@ -34,7 +34,7 @@ # The short X.Y version. version = "2.0" # The full version, including alpha/beta/rc tags. -release = "2.0.1" +release = "2.0.2" # for jupyter-notebook diff --git a/docs/sphinx/manual/ja/source/conf.py b/docs/sphinx/manual/ja/source/conf.py index c2e91660..37158d80 100644 --- a/docs/sphinx/manual/ja/source/conf.py +++ b/docs/sphinx/manual/ja/source/conf.py @@ -28,7 +28,7 @@ # The short X.Y version. version = "2.0" # The full version, including alpha/beta/rc tags. -release = "2.0.1" +release = "2.0.2" # -- General configuration --------------------------------------------------- diff --git a/physbo/__init__.py b/physbo/__init__.py index b3512ca9..851c3072 100644 --- a/physbo/__init__.py +++ b/physbo/__init__.py @@ -14,4 +14,4 @@ from .predictor import base_predictor from .variable import variable -__version__ = "2.1-dev" +__version__ = "2.0.2" diff --git a/setup.cfg b/setup.cfg index 0a58bc54..efda8760 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = physbo -version = 2.1.dev1 +version = 2.0.2 description = optimization tool for PHYSics based on Bayesian Optimization long_description = file: README.md long_description_content_type = text/markdown