Skip to content

Commit 32da705

Browse files
committed
fix version 0.3.0
1 parent 16ecf87 commit 32da705

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,13 @@ def package_files(directory):
1616
print("dataset {}".format(dataset))
1717

1818
setup(name='ctaplot',
19-
version='ctaplot.__version__',
19+
version='0.3.0',
2020
description="compute and plot cta IRF",
2121
install_requires=[
2222
'numpy',
2323
'matplotlib>=2.0',
2424
'scipy>=0.19',
25+
'astropy',
2526
],
2627
packages=['ctaplot'],
2728
tests_require=['pytest'],

0 commit comments

Comments
 (0)