diff --git a/.drone.yml b/.drone.yml
new file mode 100644
index 0000000..ae822ec
--- /dev/null
+++ b/.drone.yml
@@ -0,0 +1,14 @@
+---
+kind: pipeline
+type: docker
+name: delugeClient
+
+platform:
+ os: linux
+ arch: amd64
+
+steps:
+ - name: Build package
+ image: python:3.8
+ commands:
+ - make build
diff --git a/README.md b/README.md
index 8eb4a6a..cba48e2 100644
--- a/README.md
+++ b/README.md
@@ -4,18 +4,15 @@
A easy to use Deluge CLI that can connect to Deluge RPC (even over ssh) written entirely in python.
-
-
-
-
-
-
-
-
-
-
-
-
+| Tested version | PyPi package | Drone CI |
+|:--------|:------|:------|:------------|
+| [](https://www.python.org/downloads/release/python-380/) | [](https://pypi.org/project/delugeClient_kevin/) | [](https://drone.schleppe.cloud/KevinMidboe/delugeClient)
+
+
+| Known vulnerabilities | License |
+|:--------|:------|
+| [](https://snyk.io/test/github/kevinmidboe/delugeClient?targetFile=requirements.txt) |[](LICENSE)
+
Abstract •
diff --git a/delugeClient/__version__.py b/delugeClient/__version__.py
index fc79d63..020ed73 100644
--- a/delugeClient/__version__.py
+++ b/delugeClient/__version__.py
@@ -1 +1 @@
-__version__ = '0.2.1'
+__version__ = '0.2.2'