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.