Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonaspin authored Sep 4, 2024
1 parent 786930c commit edb773c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

REPO_URL = "https://github.com/gordonaspin/pyicloud"
VERSION = "1.0.0"
VERSION = "1.0.1"

with open("requirements.txt") as f:
required = f.read().splitlines()
Expand Down

0 comments on commit edb773c

Please sign in to comment.