We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 786930c commit edb773cCopy full SHA for edb773c
setup.py
@@ -4,7 +4,7 @@
4
from setuptools import setup, find_packages
5
6
REPO_URL = "https://github.com/gordonaspin/pyicloud"
7
-VERSION = "1.0.0"
+VERSION = "1.0.1"
8
9
with open("requirements.txt") as f:
10
required = f.read().splitlines()
0 commit comments