From d56187364988a6aca75a240f8866f895302418a9 Mon Sep 17 00:00:00 2001 From: Toon Verstraelen Date: Sat, 27 Sep 2014 18:02:40 +0200 Subject: [PATCH] TAMkin release 1.0.6 --- doc/conf.py | 4 ++-- doc/tutorial/install.rst | 8 ++++---- setup.py | 2 +- tamkin/__init__.py | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 5468696..2ac45e7 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -76,9 +76,9 @@ # built documents. # # The short X.Y version. -version = '1.0.5' +version = '1.0.6' # The full version, including alpha/beta/rc tags. -release = '1.0.5' +release = '1.0.6' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/doc/tutorial/install.rst b/doc/tutorial/install.rst index dabde7e..0f3cc91 100644 --- a/doc/tutorial/install.rst +++ b/doc/tutorial/install.rst @@ -64,15 +64,15 @@ Stable release (recommended) The latest stable source code release can be downloaded here: - http://github.com/molmod/tamkin/releases/download/v1.0.5/TAMkin-1.0.5.tar.gz + http://github.com/molmod/tamkin/releases/download/v1.0.6/TAMkin-1.0.6.tar.gz Choose a suitable directory, e.g. ``~/build``, download and unpack the archive:: mkdir -p ~/build cd ~/build - wget http://github.com/molmod/tamkin/releases/download/v1.0.5/TAMkin-1.0.5.tar.gz - tar -xvzf TAMkin-1.0.5.tar.gz - cd TAMkin-1.0.5 + wget http://github.com/molmod/tamkin/releases/download/v1.0.6/TAMkin-1.0.6.tar.gz + tar -xvzf TAMkin-1.0.6.tar.gz + cd TAMkin-1.0.6 Latest development code (experts only) diff --git a/setup.py b/setup.py index 38b58e1..963f051 100755 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ from distutils.core import setup setup(name='TAMkin', - version='1.0.5', + version='1.0.6', description='TAMkin is a post-processing toolkit for thermochemistry and kinetics analysis.', author='Toon Verstraelen, Matthias Vandichel, An Ghysels', author_email='Toon.Verstraelen@UGent.be, Matthias.Vandichel@UGent.be, An.Ghysels@UGent.be', diff --git a/tamkin/__init__.py b/tamkin/__init__.py index 31e1d8b..6338767 100644 --- a/tamkin/__init__.py +++ b/tamkin/__init__.py @@ -34,7 +34,7 @@ #-- """TAMkin is a post-processing toolkit for normal mode, thermochemistry and kinetics.""" -__version__ = '1.0.5' +__version__ = '1.0.6' from tamkin.chemmod import * from tamkin.data import *