From 3e988df6499eed171fe55322243e685700c5f84f Mon Sep 17 00:00:00 2001 From: "Moritz E. Beber" Date: Fri, 25 May 2018 13:49:40 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.7.4=20=E2=86=92=200.7.5?= 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 a18aa2702..121390f8f 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -68,9 +68,9 @@ # the built documents. # # The short X.Y version. -version = "0.7.4" +version = "0.7.5" # The full version, including alpha/beta/rc tags. -release = "0.7.4" +release = "0.7.5" # 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 35adaefd1..1ba032e35 100644 --- a/memote/__init__.py +++ b/memote/__init__.py @@ -31,4 +31,4 @@ __author__ = "Moritz E. Beber" __email__ = "morbeb@biosustain.dtu.dk" -__version__ = "0.7.4" +__version__ = "0.7.5" diff --git a/setup.cfg b/setup.cfg index 450635f98..0e4afdf4d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.7.4 +current_version = 0.7.5 commit = True tag = True tag_name = {new_version} diff --git a/setup.py b/setup.py index 83c7b56bc..448d74ea5 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.7.4", + version="0.7.5", )