diff --git a/setup.py b/setup.py index 5754eb4..88be388 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ import setuptools setuptools.setup(name='codedapertures', - version='0.10', + version='0.12', description='a python package for generating coded apertures', long_description='CodedApertures is a python package that allows one to easily generate and display common coded aperture patterns. Coded apertures are a spatial encoding technique for straight-line optics, wherein traditional lensing (e.g., visible light) is not possible. Even wherein tradiational lensing is possible, there may be other advantages (infinite depth of field). Coded apertures may therefore be used for hard x-ray and gamma-ray imaging for astrophysics, medical imaging, and homeland security applications.', url='https://github.com/bpops/codedapertures', @@ -12,4 +12,4 @@ 'matplotlib', 'scikit-commpy', 'scipy',], - zip_safe=False) \ No newline at end of file + zip_safe=False)