Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/orion/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -514,3 +514,7 @@ def build_config():


config = build_config()

from . import _version

__version__ = _version.get_versions()["version"]
Comment thread
lebrice marked this conversation as resolved.
Outdated
Loading