Skip to content

Commit

Permalink
version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rpoleski committed Sep 16, 2017
1 parent 0407ca9 commit 681a45b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@
import astropy
print("astropy: " + astropy.__version__)

import MulensModel
print("MulensModel: " + MulensModel.__version__)

2 changes: 1 addition & 1 deletion source/MulensModel/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

__version__ = "0.1.0"
__version__ = "0.2.0"

0 comments on commit 681a45b

Please sign in to comment.