Skip to content

Commit

Permalink
importerror hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
brandondube committed Dec 16, 2018
1 parent 973258e commit d48ef72
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
# built documents.
#
# The short X.Y version.
version = '0.13'
version = '0.13.1'
# The full version, including alpha/beta/rc tags.
release = '0.13'
release = '0.13.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 2 additions & 0 deletions prysm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""prysm, a python optics module."""

from prysm.conf import config
from prysm.convolution import Convolvable
from prysm.extras import plot_fourier_chain
from prysm.detector import Detector, OLPF, PixelAperture
from prysm.pupil import Pupil
Expand Down Expand Up @@ -68,4 +69,5 @@
'SiemensStar',
'TiltedSquare',
'SlantedEdge',
'Convolvable',
]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='prysm',
version='0.13',
version='0.13.1',
description='A python optics module',
long_description='Uses geometrical and fourier optics to model optical systems',
license='MIT',
Expand Down

0 comments on commit d48ef72

Please sign in to comment.