Skip to content
This repository has been archived by the owner on Dec 23, 2021. It is now read-only.

Commit

Permalink
fixed version
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Dec 5, 2018
1 parent aa5d4ad commit c6cc11d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion malleefowl/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

__author__ = """Carsten Ehbrecht"""
__email__ = 'ehbrecht@dkrz.de'
__version__ = '__version__ = '0.7.0''
__version__ = '0.7.0'

0 comments on commit c6cc11d

Please sign in to comment.