Skip to content

Commit

Permalink
change version number (2.1-dev)
Browse files Browse the repository at this point in the history
  • Loading branch information
yomichi committed Aug 21, 2024
1 parent 5ec3405 commit e5a4e17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion physbo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
from .predictor import base_predictor
from .variable import variable

__version__ = "2.0.1"
__version__ = "2.1-dev"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = physbo
version = 2.0.1
version = 2.1.dev1
description = optimization tool for PHYSics based on Bayesian Optimization
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit e5a4e17

Please sign in to comment.