diff --git a/setup.py b/setup.py index f175ce7..de7c062 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages 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()