We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ec3405 commit e5a4e17Copy full SHA for e5a4e17
physbo/__init__.py
@@ -14,4 +14,4 @@
14
from .predictor import base_predictor
15
from .variable import variable
16
17
-__version__ = "2.0.1"
+__version__ = "2.1-dev"
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = physbo
3
-version = 2.0.1
+version = 2.1.dev1
4
description = optimization tool for PHYSics based on Bayesian Optimization
5
long_description = file: README.md
6
long_description_content_type = text/markdown
0 commit comments