1.0.0
This commit is contained in:
parent
09fb9ba991
commit
dd255d361b
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -4,7 +4,7 @@
|
||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
|
|
||||||
REPO_URL = "https://github.com/picklepete/pyicloud"
|
REPO_URL = "https://github.com/picklepete/pyicloud"
|
||||||
VERSION = "0.10.2"
|
VERSION = "1.0.0"
|
||||||
|
|
||||||
with open("requirements.txt") as f:
|
with open("requirements.txt") as f:
|
||||||
required = f.read().splitlines()
|
required = f.read().splitlines()
|
||||||
|
|
Loading…
Reference in a new issue