From 95414ce67385c797e36188c0d1965ad682e2acba Mon Sep 17 00:00:00 2001 From: "Moritz E. Beber" Date: Mon, 20 May 2019 10:34:50 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.9.11=20=E2=86=92=200.9.12?= 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 abe2c5c14..34c429466 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -74,9 +74,9 @@ # the built documents. # # The short X.Y version. -version = "0.9.11" +version = "0.9.12" # The full version, including alpha/beta/rc tags. -release = "0.9.11" +release = "0.9.12" # 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 2bac9af56..a8de4083d 100644 --- a/memote/__init__.py +++ b/memote/__init__.py @@ -32,4 +32,4 @@ __author__ = "Moritz E. Beber" __email__ = "morbeb@biosustain.dtu.dk" -__version__ = "0.9.11" +__version__ = "0.9.12" diff --git a/setup.cfg b/setup.cfg index 071ba0e17..4b6ef2bcf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.11 +current_version = 0.9.12 commit = True tag = True tag_name = {new_version} diff --git a/setup.py b/setup.py index a90d30d37..0538d8e39 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.9.11", + version="0.9.12", )