This repository has been archived by the owner on Oct 16, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates the relevant files for the v1.0.4 release.
- Loading branch information
Liam Symonds
committed
Jun 16, 2018
1 parent
a63bf9e
commit 66b8636
Showing
2 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,12 +3,12 @@ | |
setup( | ||
name="hetznercloud", | ||
packages=["hetznercloud"], | ||
version="1.0.3", | ||
version="1.0.4", | ||
description="Hetzner Cloud SDK", | ||
author="Liam Symonds", | ||
author_email="[email protected]", | ||
url="https://github.com/elsyms/hetznercloud-py", | ||
keywords=["hetzner", "hetznercloud", "hetzner cloud api", "hetzner sdk", "hetzner api"], | ||
classifiers=[], | ||
install_requires=["requests==2.18.4"] | ||
) | ||
) |