From 8127f7adc26e2790f11d76885f997709fd08fb62 Mon Sep 17 00:00:00 2001 From: Artanicus Date: Wed, 20 Dec 2017 17:17:49 +0200 Subject: [PATCH] API bump --- cozify/__init__.py | 2 +- cozify/hub.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cozify/__init__.py b/cozify/__init__.py index 75cf783..8a5ae74 100644 --- a/cozify/__init__.py +++ b/cozify/__init__.py @@ -1 +1 @@ -__version__ = "0.2.9" +__version__ = "0.2.9.1" diff --git a/cozify/hub.py b/cozify/hub.py index 788265d..c348918 100644 --- a/cozify/hub.py +++ b/cozify/hub.py @@ -13,7 +13,7 @@ from .Error import APIError -apiPath = '/cc/1.6' +apiPath = '/cc/1.7' remote = False autoremote = True