From 14eefd6e95eea1be6142536cd5ca7124a9b1129d Mon Sep 17 00:00:00 2001 From: MichaMans Date: Fri, 8 Feb 2019 08:52:59 +0100 Subject: [PATCH] #561 raised version number for beiing a bugfix --- README.md | 2 +- doc/conf.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fb59c2404..76071be24 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ models for all libraries supporting the ## Version -TEASER is a ongoing research project, the current version is 0.6.6, which is +TEASER is a ongoing research project, the current version is 0.6.7, which is still a pre-release. ## How to use TEASER diff --git a/doc/conf.py b/doc/conf.py index e633b5e95..eb3a9c620 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -60,7 +60,7 @@ # The short X.Y version. version = '0.6.' # The full version, including alpha/beta/rc tags. -release = '0.6.6' +release = '0.6.7' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 0c5aa0601..5592d01e8 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='teaser', - version='0.6.6', + version='0.6.7', description='Tool for Energy Analysis and Simulation for ' 'Efficient Retrofit ', url='https://github.com/RWTH-EBC/TEASER',