From 671a3a9cd74933b05c7abe3281313ae81eb94391 Mon Sep 17 00:00:00 2001 From: "Christoph.Knote" Date: Thu, 10 Aug 2017 08:12:37 +0200 Subject: [PATCH] Re-importing __init__ variables. Documentation updates. Version update. --- CHANGES.rst | 2 +- docs/index.rst | 2 ++ setup.py | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 3d426b7..3aa060e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Changelog ========= -0.9.0 (2017-08-04) +0.1.0 (2017-08-08) ------------------ - Initial release diff --git a/docs/index.rst b/docs/index.rst index b4236a5..f8e3cc8 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -3,6 +3,8 @@ icartt icartt is an ICARTT file format reader and writer +The ICARTT data format is described here: https://www-air.larc.nasa.gov/missions/etc/IcarttDataFormat.htm + .. contents:: :local: :depth: 2 diff --git a/setup.py b/setup.py index 1ea08ab..faeab67 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ def read(filename): setup(name='icartt', description='ICARTT format reader and writer', long_description=read('README.rst') + '\n\n' + read('INSTALL.rst') + '\n\n' + read('CHANGES.rst'), - version='0.9.0', + version='0.1.0', url='https://boxmodeling.meteo.physik.uni-muenchen.de', author='Christoph Knote', author_email='christoph.knote@physik.uni-muenchen.de', -- GitLab