Updated version 0.9.0

Sat, 09 Jan 2021 17:27:45 +0200

author
ioannis@ioannis-VirtualBox
date
Sat, 09 Jan 2021 17:27:45 +0200
changeset 46
9446b979264b
parent 45
6574da43a481
child 48
6e0e113068f2

Updated version

scc_access/__init__.py file | annotate | diff | comparison | revisions
setup.py file | annotate | diff | comparison | revisions
--- a/scc_access/__init__.py	Sat Jan 09 17:26:30 2021 +0200
+++ b/scc_access/__init__.py	Sat Jan 09 17:27:45 2021 +0200
@@ -1,1 +1,1 @@
-__version__ = "0.8.0"
\ No newline at end of file
+__version__ = "0.9.0"
\ No newline at end of file
--- a/setup.py	Sat Jan 09 17:26:30 2021 +0200
+++ b/setup.py	Sat Jan 09 17:27:45 2021 +0200
@@ -50,6 +50,7 @@
       install_requires=[
           "requests",
           "pyyaml",
+          "netCDF4"
       ],
       entry_points={
           'console_scripts': ['scc_access = scc_access.scc_access:main'],

mercurial