Skip to content

Commit edb773c

Browse files
authored
Update setup.py
1 parent 786930c commit edb773c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from setuptools import setup, find_packages
55

66
REPO_URL = "https://github.com/gordonaspin/pyicloud"
7-
VERSION = "1.0.0"
7+
VERSION = "1.0.1"
88

99
with open("requirements.txt") as f:
1010
required = f.read().splitlines()

0 commit comments

Comments
 (0)