Release 0.9.7
This commit is contained in:
parent
0ec37de466
commit
9ee3f70c8b
1 changed files with 1 additions and 1 deletions
2
setup.py
2
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()
|
||||
|
|
Loading…
Reference in a new issue