Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #4 from optuna/bump-to-v0.0.2
Browse files Browse the repository at this point in the history
Bump the version up to v0.0.2
  • Loading branch information
c-bata authored Jun 13, 2022
2 parents 18d7671 + 918af57 commit 9841d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optuna_fast_fanova/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from optuna_fast_fanova._evaluator import FanovaImportanceEvaluator # NOQA


__version__ = "0.0.1"
__version__ = "0.0.2"

0 comments on commit 9841d3b

Please sign in to comment.