From 6bf7484cfebcf0b165bef3ab1447708ce8d0eb97 Mon Sep 17 00:00:00 2001 From: Hans Erik Heggem Date: Fri, 18 Jan 2019 14:33:31 +0100 Subject: [PATCH] added version tag --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e3e7fb2..0036fd5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # Docker Swarm Management + +[![PyPI version](https://badge.fury.io/py/SwarmManagement.svg)](https://badge.fury.io/py/SwarmManagement) + Swarm Management is a python application, installed with pip. The application makes it easy to manage a Docker Swarm by configuring a single *.yml file describing which stacks to deploy, and which networks, configs or secrets to create.