Skip to content

Commit

Permalink
import of BinaryLensPointSourceMagnification
Browse files Browse the repository at this point in the history
  • Loading branch information
rpoleski committed Jan 17, 2025
1 parent 328d4f8 commit d68665b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/MulensModel/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from os import path

from MulensModel.binarylens import BinaryLensPointSourceWM95Magnification,\
BinaryLensPointSourceVBBLMagnification, \
BinaryLensPointSourceVBBLMagnification, BinaryLensPointSourceMagnification, \
BinaryLensQuadrupoleMagnification, BinaryLensHexadecapoleMagnification, \
BinaryLensVBBLMagnification, BinaryLensAdaptiveContouringMagnification
from MulensModel.binarylenswithshear import \
Expand Down
2 changes: 1 addition & 1 deletion source/MulensModel/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.0.0"
__version__ = "3.0.1"

0 comments on commit d68665b

Please sign in to comment.