From 558d3c96220dd26fa6c7a43cfc39c5a9060dd2e0 Mon Sep 17 00:00:00 2001 From: Paul Lange Date: Tue, 14 Jan 2020 10:36:05 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.0=20=E2=86=92=200.6.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- Dockerfile | 2 +- docs/conf.py | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 6373319a..561d343e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.0 +current_version = 0.6.0 commit = True tag = False diff --git a/Dockerfile b/Dockerfile index 0c88c793..969083e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM python:3.7 -LABEL Name=raiden-services Version=0.5.0 Maintainer="Raiden Network Team " +LABEL Name=raiden-services Version=0.6.0 Maintainer="Raiden Network Team " EXPOSE 6000 WORKDIR /services diff --git a/docs/conf.py b/docs/conf.py index 1fa14fe8..3f80721d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,7 +26,7 @@ # The short X.Y version version = '' # The full version, including alpha/beta/rc tags -release = '0.5.0' +release = '0.6.0' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 42577391..32a9d66c 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ def read_requirements(path: str) -> List[str]: setup( name="raiden-services", - version="0.5.0", + version="0.6.0", license="MIT", description=DESCRIPTION, long_description=README,