We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b1315e commit 3a5fd5aCopy full SHA for 3a5fd5a
1 file changed
setup.py
@@ -3,7 +3,7 @@
3
4
setup(
5
name='irf',
6
- version='0.2.0',
+ version='0.2.1',
7
description='Functions to do instrument response functions for FACT',
8
url='http://github.com/fact-project/irf',
9
author='Kai Brügge, Maximilian Nöthe',
@@ -19,6 +19,7 @@
19
'pyfact>=0.20.1',
20
'uncertainties',
21
'corsikaio',
22
+ 'regions',
23
],
24
entry_points={
25
'console_scripts': [
0 commit comments