We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b064896 commit c37d845Copy full SHA for c37d845
requirements.txt
@@ -3,7 +3,7 @@ beautifulsoup4==4.9.3
3
bs4==0.0.1
4
certifi==2021.5.30
5
chardet==4.0.0
6
-ESANEOCC==1.3
+ESANEOCC==1.3.1
7
idna==2.10
8
lxml==4.6.3
9
numpy==1.20.3
setup.py
@@ -3,7 +3,7 @@
setup(
name = 'ESANEOCC',
packages = find_packages(include=['ESANEOCC']),
- version = '1.3',
+ version = '1.3.1',
description = 'NEOCC portal Python interface',
author = 'C. Álvaro Arroyo Parejo',
license = 'European Space Agency',
0 commit comments