File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 34
34
# The short X.Y version.
35
35
version = "2.0"
36
36
# The full version, including alpha/beta/rc tags.
37
- release = "2.0.0 "
37
+ release = "2.0.1 "
38
38
39
39
# for jupyter-notebook
40
40
Original file line number Diff line number Diff line change 28
28
# The short X.Y version.
29
29
version = "2.0"
30
30
# The full version, including alpha/beta/rc tags.
31
- release = "2.0.0 "
31
+ release = "2.0.1 "
32
32
33
33
# -- General configuration ---------------------------------------------------
34
34
Original file line number Diff line number Diff line change 14
14
from .predictor import base_predictor
15
15
from .variable import variable
16
16
17
- __version__ = "2.1.dev "
17
+ __version__ = "2.0.1 "
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = physbo
3
- version = 2.1.dev1
3
+ version = 2.0.1
4
4
description = optimization tool for PHYSics based on Bayesian Optimization
5
5
long_description = file: README.md
6
6
long_description_content_type = text/markdown
You can’t perform that action at this time.
0 commit comments