We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0098cb6 commit ad4a6e0Copy full SHA for ad4a6e0
setup.py
@@ -3,7 +3,7 @@
3
from setuptools import find_packages, setup
4
5
REPO_URL = "https://github.com/mandarons/icloudpy"
6
-VERSION = "0.6.0"
+VERSION = "0.7.0"
7
8
with open("README.md") as fh:
9
long_description = fh.read()
0 commit comments