diff --git a/Dockerfile b/Dockerfile index 1130f0b..a5d4f4f 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="0.7.1" +LABEL Description="Malleefowl WPS" Vendor="Birdhouse" Version="0.8.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 f67346e..ae984f8 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 = '0.7.1' +release = '0.8.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 e51885a..7284d12 100644 --- a/malleefowl/__version__.py +++ b/malleefowl/__version__.py @@ -6,4 +6,4 @@ __author__ = """Carsten Ehbrecht""" __email__ = 'ehbrecht@dkrz.de' -__version__ = '0.7.1' +__version__ = '0.8.0' diff --git a/setup.cfg b/setup.cfg index e6ea3a2..8d04825 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.7.1 +current_version = 0.8.0 commit = True tag = True