From c09d35670e9a174b16e12906fbb9db415c405e00 Mon Sep 17 00:00:00 2001 From: Kevin Date: Mon, 5 Jul 2021 11:54:58 +0200 Subject: [PATCH] Added pypi version badge. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 61d1f0e..8eb4a6a 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,9 @@

A easy to use Deluge CLI that can connect to Deluge RPC (even over ssh) written entirely in python.

+ + + Known Vulnerabilities @@ -146,4 +149,4 @@ To interface with deluged : - Create your feature branch: git checkout -b my-new-feature - Commit your changes: git commit -am 'Add some feature' - Push to the branch: git push origin my-new-feature -- Submit a pull request \ No newline at end of file +- Submit a pull request