From 8c49bdccca37999f5ffae8998d7145a28cb31691 Mon Sep 17 00:00:00 2001 From: Yuichi Motoyama Date: Thu, 6 Apr 2023 14:36:09 +0900 Subject: [PATCH] let version number be 1.1.0 --- docs/sphinx/manual/en/source/conf.py | 4 ++-- docs/sphinx/manual/ja/source/conf.py | 4 ++-- physbo/__init__.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/sphinx/manual/en/source/conf.py b/docs/sphinx/manual/en/source/conf.py index d240232d..e796f837 100644 --- a/docs/sphinx/manual/en/source/conf.py +++ b/docs/sphinx/manual/en/source/conf.py @@ -32,9 +32,9 @@ author = "PHYSBO developers" # The short X.Y version. -version = "1.2" +version = "1.1" # The full version, including alpha/beta/rc tags. -release = "1.2-dev" +release = "1.1.1" # for jupyter-notebook diff --git a/docs/sphinx/manual/ja/source/conf.py b/docs/sphinx/manual/ja/source/conf.py index da94fd0b..0b1c1bdc 100644 --- a/docs/sphinx/manual/ja/source/conf.py +++ b/docs/sphinx/manual/ja/source/conf.py @@ -26,9 +26,9 @@ author = "PHYSBO developers" # The short X.Y version. -version = "1.2" +version = "1.1" # The full version, including alpha/beta/rc tags. -release = "1.2-dev" +release = "1.1.1" # -- General configuration --------------------------------------------------- diff --git a/physbo/__init__.py b/physbo/__init__.py index 8a87c857..29ca50d5 100644 --- a/physbo/__init__.py +++ b/physbo/__init__.py @@ -7,4 +7,4 @@ from .predictor import base_predictor from .variable import variable -__version__ = "1.2-dev" +__version__ = "1.1.1"