From ad4a6e0124cbeab19442430517c9df3970e003d3 Mon Sep 17 00:00:00 2001 From: Mandar Patil Date: Fri, 6 Dec 2024 16:37:07 -0800 Subject: [PATCH] Version 0.7.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4231c65..ca030c4 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import find_packages, setup REPO_URL = "https://github.com/mandarons/icloudpy" -VERSION = "0.6.0" +VERSION = "0.7.0" with open("README.md") as fh: long_description = fh.read()