Release 0.9.7

This commit is contained in:
Quentin POLLET 2020-05-03 23:57:48 +02:00
parent 0ec37de466
commit 9ee3f70c8b

View file

@ -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()