This commit is contained in:
Paulus Schoutsen 2022-02-17 08:53:38 -08:00 committed by GitHub
parent 09fb9ba991
commit dd255d361b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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