diff --git a/python/setup.py b/python/setup.py index f2259cdeb..0cdfb202d 100644 --- a/python/setup.py +++ b/python/setup.py @@ -7,7 +7,7 @@ with open('README.md') as f: setup( name = 'villas-node', - version = '0.6.4.1', + version = '0.6.5', author = 'Steffen Vogel', author_email = 'acs-software@eonerc.rwth-aachen.de', description = 'Python-support for VILLASnode simulation-data gateway',