Skip to content

Commit

Permalink
raised version number for new release to support ideas again
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaMans committed Oct 19, 2018
1 parent 30f5d34 commit 7da3b8e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ models for all libraries supporting the

## Version

TEASER is a ongoing research project, the current version is 0.6.3, which is
TEASER is a ongoing research project, the current version is 0.6.4, which is
still a pre-release.

## How to use TEASER
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
# The short X.Y version.
version = '0.6.'
# The full version, including alpha/beta/rc tags.
release = '0.6.3'
release = '0.6.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

setup(name='teaser',
version='0.6.3',
version='0.6.4',
description='Tool for Energy Analysis and Simulation for '
'Efficient Retrofit ',
url='https://github.com/RWTH-EBC/TEASER',
Expand Down

0 comments on commit 7da3b8e

Please sign in to comment.