Skip to content

Commit

Permalink
Add __version__ (mlflow#372)
Browse files Browse the repository at this point in the history
Import version to mlflow module so that user can get easily mlflow's version
  • Loading branch information
vfdev-5 authored and smurching committed Aug 27, 2018
1 parent ce77332 commit 313cafa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mlflow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
which will automatically terminate the run at the end of the block.
"""

from mlflow.version import VERSION as __version__

import os

# Filter annoying Cython warnings that serve no good purpose, and so before
Expand Down

0 comments on commit 313cafa

Please sign in to comment.