Skip to content

Commit e5a4e17

Browse files
committed
change version number (2.1-dev)
1 parent 5ec3405 commit e5a4e17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

physbo/__init__.py

+1-1
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.0.1"
17+
__version__ = "2.1-dev"

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = physbo
3-
version = 2.0.1
3+
version = 2.1.dev1
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)