From 9ee3f70c8bbf918e37a56beaec3fd769e6125930 Mon Sep 17 00:00:00 2001 From: Quentin POLLET Date: Sun, 3 May 2020 23:57:48 +0200 Subject: [PATCH] Release 0.9.7 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f175ce77..de7c0629 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from codecs import open REPO_URL = "https://github.com/picklepete/pyicloud" -VERSION = "0.9.6.1" +VERSION = "0.9.7" with open("requirements.txt") as f: required = f.read().splitlines()