From 2e01c1b5cad984c957165b362e74f14a8fcaf01e Mon Sep 17 00:00:00 2001 From: Christian Diener Date: Wed, 31 Mar 2021 18:11:56 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.22.2=20=E2=86=92=200.22.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- micom/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/micom/__init__.py b/micom/__init__.py index 987c9cf6..c6cd1fac 100755 --- a/micom/__init__.py +++ b/micom/__init__.py @@ -35,4 +35,4 @@ "show_versions", ) -__version__ = "0.22.2" +__version__ = "0.22.3" diff --git a/setup.cfg b/setup.cfg index a3600d48..33f4e6d6 100755 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.22.2 +current_version = 0.22.3 commit = True tag = True diff --git a/setup.py b/setup.py index dd0dc733..41882c76 100755 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_version.html - version="0.22.2", + version="0.22.3", description="Microbial community modeling based on cobrapy.", long_description=long_description, # The project's main homepage.