Skip to content

Commit

Permalink
updated vers in setup
Browse files Browse the repository at this point in the history
  • Loading branch information
bpops committed Oct 10, 2024
1 parent 33bfd8a commit f907db5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -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',
Expand All @@ -12,4 +12,4 @@
'matplotlib',
'scikit-commpy',
'scipy',],
zip_safe=False)
zip_safe=False)

0 comments on commit f907db5

Please sign in to comment.