Skip to content

Commit

Permalink
v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
neilzim committed Apr 19, 2021
1 parent 59f2360 commit 156f074
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='exoscene',
version='1.1',
version='1.2',
description='Library for simulating direct images of exoplanetary systems.',
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -18,6 +18,11 @@
'./data/bpgs/bpgs_readme.csv',
'./data/cgi_hlc_psf/*.fits']},

classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved",
],

python_requires='>=3.6',
install_requires=[
"astropy >= 4.0",
Expand Down

0 comments on commit 156f074

Please sign in to comment.