From 575d3f762afc69ae91349aa75a893a53826d6f22 Mon Sep 17 00:00:00 2001 From: Adam Collard Date: Fri, 9 Oct 2020 16:45:24 +0100 Subject: [PATCH] Release 0.6.6 Signed-off-by: Adam Collard --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 660fcfd7..97e5dcd3 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ def read(filename): author='MAAS Developers', author_email='maas-devel@lists.launchpad.net', url='https://github.com/maas/python-libmaas', - version="0.6.5", + version="0.6.6", classifiers=[ 'Development Status :: 3 - Alpha', 'Intended Audience :: Developers',