From c6cc11da3bf6bc1bbaddce199fcac46e738a8955 Mon Sep 17 00:00:00 2001 From: Pingu Carsti Date: Wed, 5 Dec 2018 16:04:14 +0100 Subject: [PATCH] fixed version --- Dockerfile | 2 +- docs/source/conf.py | 2 +- malleefowl/__version__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 96b4cbd..6fa4677 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # vim:set ft=dockerfile: FROM continuumio/miniconda3 MAINTAINER https://github.com/bird-house/malleefowl -LABEL Description="Malleefowl WPS" Vendor="Birdhouse" Version="Version="0.7.0"" +LABEL Description="Malleefowl WPS" Vendor="Birdhouse" Version="0.7.0" # Update Debian system RUN apt-get update && apt-get install -y \ diff --git a/docs/source/conf.py b/docs/source/conf.py index 6f1ca2f..910839c 100755 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -62,7 +62,7 @@ # The short X.Y version. version = '' # The full version, including alpha/beta/rc tags. -release = 'release = '0.7.0'' +release = '0.7.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/malleefowl/__version__.py b/malleefowl/__version__.py index 15f91e4..28eb613 100644 --- a/malleefowl/__version__.py +++ b/malleefowl/__version__.py @@ -6,4 +6,4 @@ __author__ = """Carsten Ehbrecht""" __email__ = 'ehbrecht@dkrz.de' -__version__ = '__version__ = '0.7.0'' +__version__ = '0.7.0'