Skip to content

Commit

Permalink
Bump the version
Browse files Browse the repository at this point in the history
  • Loading branch information
mpredl committed Jul 9, 2024
1 parent 1736372 commit 76043b7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pycomo"
version = "0.1.3"
version = "0.2.0"
description = "PyCoMo is a software package for generating and analysing compartmentalized community metabolic models"
license = {file = "LICENSE"}
authors = [
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="pycomo",
version="0.1.3",
version="0.2.0",
description="PyCoMo is a software package for generating and analysing compartmentalized community metabolic models",
package_dir={"": "src"},
packages=find_packages(where="src"),
Expand Down
2 changes: 1 addition & 1 deletion src/pycomo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__author__ = 'Michael Predl, Marianne Mießkes'
__version__ = "0.1.3"
__version__ = "0.2.0"


from pycomo.pycomo_models import (
Expand Down
2 changes: 1 addition & 1 deletion src/pycomo/helper/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__description__ = ('A package for generating community metabolic models from single species/strain models.')
__author__ = 'Michael Predl, Marianne Mießkes'
__license__ = "MIT"
__version__ = "0.1.3"
__version__ = "0.2.0"


def create_arg_parser():
Expand Down

0 comments on commit 76043b7

Please sign in to comment.