Skip to content

Commit

Permalink
Add missing version file (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
jklaise authored Apr 30, 2019
1 parent 3b14b73 commit d78f059
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions alibi/version.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Store the version here so:
# 1) we don't load dependencies by storing it in __init__.py
# 2) we can import it in setup.py for the same reason
# 3) we can import it into your module module
__version__ = '0.0.1'

0 comments on commit d78f059

Please sign in to comment.