diff --git a/README.md b/README.md index 3c91b8eea..7aa65a38b 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ IEA-EBC [Annex60](https://github.com/iea-annex60/modelica-annex60). ### Version -The current version is 0.3.6, which is a pre-release. +The current version is 0.3.7, which is a pre-release. ### How to cite TEASER diff --git a/doc/conf.py b/doc/conf.py index 4f0133e12..2b4a8f785 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -60,7 +60,7 @@ # The short X.Y version. version = '0.3.' # The full version, including alpha/beta/rc tags. -release = '0.3.6' +release = '0.3.7' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/doc/index.rst b/doc/index.rst index 05fd2ac4e..1bd4e6294 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -60,7 +60,7 @@ IEA-EBC `Annex60 `_. Version ================== -The current version is 0.3.6, which is a pre-release. +The current version is 0.3.7, which is a pre-release. How to cite TEASER ================== diff --git a/setup.py b/setup.py index fe7dd108a..d8bd522e9 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='teaser', - version='0.3.6', + version='0.3.7', description='Tool for Energy Analysis and Simulation for Efficient Retrofit ', url='https://github.com/RWTH-EBC/TEASER', author='RWTH Aachen University, E.ON Energy Research Center, Institute of Energy Efficient Buildings and Indoor Climate',