From 8f820c85119730ddf00f4142e35778fd6109b14a Mon Sep 17 00:00:00 2001 From: "Jordon D. Hemingway" Date: Mon, 21 Aug 2017 13:27:38 -0400 Subject: [PATCH] Updated version to 1.0.1 to reflect seconds indexing patch fix --- README.rst | 4 ++-- docs/index.rst | 4 ++-- rampedpyrox/__init__.py | 4 ++-- setup.py | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index 47e6ca0..ea582cf 100644 --- a/README.rst +++ b/README.rst @@ -10,10 +10,10 @@ Package Information Jordon D. Hemingway (jordon_hemingway@harvard.edu) :Version: - 1.0.0 + 1.0.1 :Release: - 24 July 2017 + 21 August 2017 :License: GNU GPL v3 (or greater) diff --git a/docs/index.rst b/docs/index.rst index 485797e..bf45cd6 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -14,10 +14,10 @@ Package Information Jordon D. Hemingway (jordon_hemingway@fas.harvard.edu) :Version: - 1.0.0 + 1.0.1 :Release: - 24 July 2017 + 21 August 2017 :License: GNU GPL v3 (or greater) diff --git a/rampedpyrox/__init__.py b/rampedpyrox/__init__.py index c0dc792..206747f 100644 --- a/rampedpyrox/__init__.py +++ b/rampedpyrox/__init__.py @@ -13,7 +13,7 @@ http://rampedpyrox.readthedocs.io -Version 1.0.0 is current as of 24 July 2017 and reflects the notation used +Version 1.0.1 is current as of 21 August 2017 and reflects the notation used in Hemingway et al. Biogeosciences, 2017. To do for future versions: @@ -27,7 +27,7 @@ print_function, ) -__version__ = '1.0.0' +__version__ = '1.0.1' __docformat__ = 'restructuredtext en' diff --git a/setup.py b/setup.py index 3803b4a..33d5d70 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ def readme(): return f.read() setup(name='rampedpyrox', - version='1.0.0', + version='1.0.1', description='Ramped PyrOx kinetic and isotope analysis', long_description=readme(), classifiers=[ @@ -20,7 +20,7 @@ def readme(): 'Topic :: Scientific/Engineering' ], url='https://github.com/FluvialSeds/rampedpyrox', - download_url='https://github.com/FluvialSeds/rampedpyrox/tarball/1.0.0', + download_url='https://github.com/FluvialSeds/rampedpyrox/tarball/1.0.1', keywords=[ 'geochemistry', 'isotopes',