diff --git a/k8s-deployer.py b/k8s-deployer.py index 92b3fb8..d715464 100755 --- a/k8s-deployer.py +++ b/k8s-deployer.py @@ -13,7 +13,7 @@ __prog__ = os.path.splitext(os.path.basename(__file__))[0] -__version__ = 'v0.1' +__version__ = 'v0.1.1' __author__ = 'Milos Buncic' __date__ = '2017/03/20' __description__ = 'Kubernetes deployer API with Consul registration'