From 6e8605a2d56acdb24a2902c5231d2233b517c133 Mon Sep 17 00:00:00 2001 From: "Moritz E. Beber" Date: Thu, 13 Sep 2018 12:48:44 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.8.5=20=E2=86=92=200.8.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/conf.py | 4 ++-- memote/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 699321400..0dee71b9d 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -68,9 +68,9 @@ # the built documents. # # The short X.Y version. -version = "0.8.5" +version = "0.8.6" # The full version, including alpha/beta/rc tags. -release = "0.8.5" +release = "0.8.6" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/memote/__init__.py b/memote/__init__.py index 179c20e69..fadabbe29 100644 --- a/memote/__init__.py +++ b/memote/__init__.py @@ -32,4 +32,4 @@ __author__ = "Moritz E. Beber" __email__ = "morbeb@biosustain.dtu.dk" -__version__ = "0.8.5" +__version__ = "0.8.6" diff --git a/setup.cfg b/setup.cfg index 87655a1e0..5eaa824fb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.5 +current_version = 0.8.6 commit = True tag = True tag_name = {new_version} diff --git a/setup.py b/setup.py index a89d5eadf..a7b76f2e1 100644 --- a/setup.py +++ b/setup.py @@ -25,5 +25,5 @@ # All other keys are defined in `setup.cfg` under [metadata] and [options]. setup( - version="0.8.5", + version="0.8.6", )