From dd255d361b613ebdb9c21eb1c6ac01cdfcd30987 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 17 Feb 2022 08:53:38 -0800 Subject: [PATCH] 1.0.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b503fd1..5bb4a09 100644 --- a/setup.py +++ b/setup.py @@ -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()