From b7792dbdff382cdf1faca973c98b8b37d0b7bd69 Mon Sep 17 00:00:00 2001 From: MichaMans Date: Tue, 26 Mar 2019 16:57:33 +0100 Subject: [PATCH] changed version number --- 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 76071be24..728103aff 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.7, which is +TEASER is a ongoing research project, the current version is 0.6.8, which is still a pre-release. ## How to use TEASER diff --git a/doc/conf.py b/doc/conf.py index eb3a9c620..10cf979d0 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.7' +release = '0.6.8' # 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 5592d01e8..10299f41d 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='teaser', - version='0.6.7', + version='0.6.8', description='Tool for Energy Analysis and Simulation for ' 'Efficient Retrofit ', url='https://github.com/RWTH-EBC/TEASER',