Skip to content

Commit

Permalink
TAMkin release 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tovrstra committed Sep 27, 2014
1 parent 5734feb commit d561873
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
8 changes: 4 additions & 4 deletions doc/tutorial/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected], [email protected], [email protected]',
Expand Down
2 changes: 1 addition & 1 deletion tamkin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 *
Expand Down

0 comments on commit d561873

Please sign in to comment.