From 5a103c86cb5fd064e68ae20a3af464a4fd9be8f7 Mon Sep 17 00:00:00 2001 From: Markus Scheidgen <markus.scheidgen@gmail.com> Date: Tue, 5 Mar 2019 15:38:19 +0100 Subject: [PATCH] Updated version numbers. --- ops/helm/nomad/Chart.yaml | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ops/helm/nomad/Chart.yaml b/ops/helm/nomad/Chart.yaml index 76e1b65bed..bb83caf11e 100644 --- a/ops/helm/nomad/Chart.yaml +++ b/ops/helm/nomad/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: "0.3.0" +appVersion: "0.4.1" description: A Helm chart for Kubernetes that only runs nomad services and uses externally hosted databases. name: nomad -version: 0.3.0 +version: 0.4.1 diff --git a/setup.py b/setup.py index ea87ead161..44f12460a5 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ reqs = [str(ir.req) for ir in install_reqs if 'sphinxcontrib.httpdomain' not in setup( name='nomad', - version='0.4.0', + version='0.4.1', description='The nomad@FAIRDI infrastructure python package', py_modules=['nomad'], install_requires=reqs, -- GitLab