Skip to content

Commit

Permalink
Updated version to 1.0.1 to reflect seconds indexing patch fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordon D. Hemingway committed Aug 21, 2017
1 parent e7c3a69 commit 8f820c8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ Package Information
Jordon D. Hemingway ([email protected])

:Version:
1.0.0
1.0.1

:Release:
24 July 2017
21 August 2017

:License:
GNU GPL v3 (or greater)
Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ Package Information
Jordon D. Hemingway ([email protected])

:Version:
1.0.0
1.0.1

:Release:
24 July 2017
21 August 2017

:License:
GNU GPL v3 (or greater)
Expand Down
4 changes: 2 additions & 2 deletions rampedpyrox/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -27,7 +27,7 @@
print_function,
)

__version__ = '1.0.0'
__version__ = '1.0.1'

__docformat__ = 'restructuredtext en'

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand All @@ -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',
Expand Down

0 comments on commit 8f820c8

Please sign in to comment.