From a958ae1b7d0b15f8be266a1babd38616b1b500cc Mon Sep 17 00:00:00 2001 From: "Moritz E. Beber" <morbeb@biosustain.dtu.dk> Date: Tue, 16 Jan 2018 14:10:59 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.0=20=E2=86=92=200.5.1?= 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 495b5f323..f556a92bb 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -68,9 +68,9 @@ # the built documents. # # The short X.Y version. -version = "0.5.0" +version = "0.5.1" # The full version, including alpha/beta/rc tags. -release = "0.5.0" +release = "0.5.1" # 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 c645d2e9e..d08928c35 100644 --- a/memote/__init__.py +++ b/memote/__init__.py @@ -29,4 +29,4 @@ __author__ = "Moritz E. Beber" __email__ = "morbeb@biosustain.dtu.dk" -__version__ = "0.5.0" +__version__ = "0.5.1" diff --git a/setup.cfg b/setup.cfg index f354f600b..6239d4811 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.0 +current_version = 0.5.1 commit = True tag = True tag_name = {new_version} diff --git a/setup.py b/setup.py index c78cbded8..4b6039b52 100644 --- a/setup.py +++ b/setup.py @@ -72,7 +72,7 @@ setup( name="memote", - version="0.5.0", + version="0.5.1", description="the genome-scale metabolic model test suite", long_description=readme, author="Moritz E. Beber",