Skip to content

Commit 02d1243

Browse files
committed
change version number 2.1-dev
1 parent e461ad3 commit 02d1243

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
author = "PHYSBO developers"
3333

3434
# The short X.Y version.
35-
version = "2.1"
35+
version = "2.2"
3636
# The full version, including alpha/beta/rc tags.
37-
release = "2.1.0"
37+
release = "2.2-dev"
3838

3939
# for jupyter-notebook
4040

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
author = "PHYSBO developers"
2727

2828
# The short X.Y version.
29-
version = "2.1"
29+
version = "2.2"
3030
# The full version, including alpha/beta/rc tags.
31-
release = "2.1.0"
31+
release = "2.2-dev"
3232

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

physbo/__init__.py

Lines changed: 1 addition & 1 deletion
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.0"
17+
__version__ = "2.2-dev"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = physbo
3-
version = 2.1.0
3+
version = 2.2-dev
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)