diff --git a/doc/conf.py b/doc/conf.py index 383bc6c..dc67cf2 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -77,9 +77,9 @@ # built documents. # # The short X.Y version. -version = '1.0.9' +version = '1.1.0' # The full version, including alpha/beta/rc tags. -release = '1.0.9' +release = '1.1.0' # 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 d17e21d..c1cf4a5 100644 --- a/doc/tutorial/install.rst +++ b/doc/tutorial/install.rst @@ -60,15 +60,15 @@ Stable release (recommended) The latest stable source code release can be downloaded here: - http://github.com/molmod/tamkin/releases/download/v1.0.9/TAMkin-1.0.9.tar.gz + http://github.com/molmod/tamkin/releases/download/v1.1.0/TAMkin-1.1.0.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.9/TAMkin-1.0.9.tar.gz - tar -xvzf TAMkin-1.0.9.tar.gz - cd TAMkin-1.0.9 + wget http://github.com/molmod/tamkin/releases/download/v1.1.0/TAMkin-1.1.0.tar.gz + tar -xvzf TAMkin-1.1.0.tar.gz + cd TAMkin-1.1.0 Latest development code (experts only) diff --git a/setup.py b/setup.py index 58dfdd2..532afef 100755 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ from distutils.core import setup setup(name='TAMkin', - version='1.0.9', + version='1.1.0', 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 5e8d388..6854bbe 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.9' +__version__ = '1.1.0' from tamkin.chemmod import * from tamkin.data import *