From 8ac9c1e67976cbd0ecdd6c425533d1e1fa867919 Mon Sep 17 00:00:00 2001
From: "Christoph.Knote" <christoph.knote@physik.uni-muenchen.de>
Date: Tue, 19 Dec 2017 11:49:10 +0100
Subject: [PATCH] Updated to 1.0.0

---
 CHANGES.rst | 5 +++++
 README.rst  | 3 ++-
 setup.py    | 7 ++++---
 3 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/CHANGES.rst b/CHANGES.rst
index 1cc16a4..83dc67b 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,11 @@
 Changelog
 =========
 
+1.0.0 (2017-12-19)
+------------------
+
+- Peer-reviewed version to be published in Knote et al., GMD
+
 0.1.0 (2017-08-12)
 ------------------
 
diff --git a/README.rst b/README.rst
index b30192d..9579651 100644
--- a/README.rst
+++ b/README.rst
@@ -2,7 +2,8 @@
 boxmox
 ======
 
-``boxmox`` is the Python wrapper for the chemical box model BOXMOX
+``boxmox`` is the Python wrapper for the chemical box model BOXMOX (a standalone
+C/Fortran executable)
 
 Documentation
 =============
diff --git a/setup.py b/setup.py
index e8f996c..3db26b4 100644
--- a/setup.py
+++ b/setup.py
@@ -8,13 +8,13 @@ def read(filename):
 setup(name='boxmox',
       description='Python wrapper for the chemical box model BOXMOX',
       long_description=read('README.rst') + '\n\n' + read('INSTALL.rst') + '\n\n' + read('CHANGES.rst'),
-      version='0.1.0',
+      version='1.0.0',
       url='https://boxmodeling.meteo.physik.uni-muenchen.de',
       author='Christoph Knote',
       author_email='christoph.knote@physik.uni-muenchen.de',
       license='GPLv3',
       classifiers=[
-            'Development Status :: 4 - Beta',
+            'Development Status :: 5 - Production/Stable',
             'Environment :: Console',
             'Intended Audience :: Developers',
             'Intended Audience :: Education',
@@ -30,7 +30,8 @@ setup(name='boxmox',
       keywords='',
       python_requires='<3',
       packages=['boxmox'],
-      install_requires=['subprocess32;python_version<"3.0"', 'numpy', 'f90nml', 'pyparsing' ],
+#      install_requires=['subprocess32;python_version<"3.0"', 'numpy', 'f90nml', 'pyparsing' ],
+      install_requires=['numpy', 'f90nml', 'pyparsing' ],
       entry_points={
           'console_scripts':
               [
-- 
GitLab