Merge pull request #280 from Quentame/release

Release 0.9.7
This commit is contained in:
Quentame 2020-05-04 00:04:56 +02:00 committed by GitHub
commit f0322355eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ from setuptools import setup, find_packages
from codecs import open from codecs import open
REPO_URL = "https://github.com/picklepete/pyicloud" REPO_URL = "https://github.com/picklepete/pyicloud"
VERSION = "0.9.6.1" VERSION = "0.9.7"
with open("requirements.txt") as f: with open("requirements.txt") as f:
required = f.read().splitlines() required = f.read().splitlines()