Skip to content

Commit

Permalink
version.py added
Browse files Browse the repository at this point in the history
  • Loading branch information
rpoleski committed Sep 11, 2017
1 parent 0094b6a commit c57d3cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/MulensModel/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
from os import path

from .version import __version__
from MulensModel.event import *
from MulensModel.fit import *
from MulensModel.model import *
Expand Down
3 changes: 3 additions & 0 deletions source/MulensModel/version.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

__version__ = "0.1.0"

0 comments on commit c57d3cf

Please sign in to comment.