From 8b62f155e06a1d6119b4865d9d0a164e7762eb26 Mon Sep 17 00:00:00 2001 From: Yuichi Motoyama Date: Mon, 18 Jan 2021 10:34:40 +0900 Subject: [PATCH] bump up version to v0.3.0 --- docs/sphinx/manual/ja/source/conf.py | 4 ++-- setup.cfg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/sphinx/manual/ja/source/conf.py b/docs/sphinx/manual/ja/source/conf.py index 9d36e374..c0d8a6b8 100644 --- a/docs/sphinx/manual/ja/source/conf.py +++ b/docs/sphinx/manual/ja/source/conf.py @@ -25,9 +25,9 @@ author = "PHYSBO developers" # The short X.Y version. -version = '1.0-beta' +version = '0.3.0' # The full version, including alpha/beta/rc tags. -release = '1.0.0-beta' +release = '0.3.0' # -- General configuration --------------------------------------------------- diff --git a/setup.cfg b/setup.cfg index 47b5d5aa..26c043a3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = physbo -version = 0.3-dev +version = 0.3.0 description = optimization tool for PHYSics based on Bayesian Optimization long_description = file: README.md long_description_content_type = text/markdown