Skip to content

Commit

Permalink
Merge pull request #52 from himkt/dependency
Browse files Browse the repository at this point in the history
Update pyproject.toml to require py36 or newer
  • Loading branch information
himkt authored Nov 23, 2021
2 parents a5c6178 + e81fb71 commit 8d907e4
Show file tree
Hide file tree
Showing 3 changed files with 3,697 additions and 898 deletions.
5 changes: 4 additions & 1 deletion allennlp_optuna/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
from importlib_metadata import version

import allennlp_optuna.commands # noqa

__version__ = "0.1.6"

__version__ = version("allennlp_optuna")
Loading

0 comments on commit 8d907e4

Please sign in to comment.