diff --git a/micom/__init__.py b/micom/__init__.py index a7cb122d..00d7a12e 100755 --- a/micom/__init__.py +++ b/micom/__init__.py @@ -35,4 +35,4 @@ "show_versions", ) -__version__ = "0.29.4" +__version__ = "0.29.5" diff --git a/setup.cfg b/setup.cfg index 80b6af49..1506645d 100755 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.29.4 +current_version = 0.29.5 commit = True tag = True @@ -12,7 +12,7 @@ url = https://github.com/micom-dev/micom author = Christian Diener author_email = mail@cdiener.com license = Apache License 2.0 -classifiers = +classifiers = Development Status :: 5 - Production/Stable Intended Audience :: Science/Research Topic :: Scientific/Engineering :: Bio-Informatics @@ -22,7 +22,7 @@ classifiers = Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 -keywords = +keywords = microbiome microbiota modeling @@ -34,25 +34,25 @@ keywords = packages = find: zip_safe = True python_requires = >=3.7 -install_requires = +install_requires = cobra>=0.25.0 jinja2>=2.10.0 scikit-learn>=1.0.0 scipy>=1.0.0 symengine>=0.6.1 osqp>=0.6.2 -tests_require = +tests_require = coverage pytest pytest-cov [options.packages.find] -exclude = +exclude = docs tests [options.package_data] -micom = +micom = data/*.csv data/*.gz data/templates/*.* @@ -67,7 +67,7 @@ search = __version__ = "{current_version}" replace = __version__ = "{new_version}" [tool:pytest] -filterwarnings = +filterwarnings = ignore::DeprecationWarning ignore::FutureWarning @@ -79,15 +79,15 @@ source = micom branch = True [coverage:report] -exclude_lines = +exclude_lines = pragma: no cover - + def __repr__ if self\.debug - + raise AssertionError raise NotImplementedError - + if 0: if __name__ == .__main__.: ignore_errors = True @@ -95,7 +95,7 @@ ignore_errors = True [flake8] exclude = tests/*, docs/*, versioneer.py, _version.py max-line-length = 88 -ignore = +ignore = E203 W503 D202 diff --git a/setup.py b/setup.py index bdd59f18..66bd285b 100755 --- a/setup.py +++ b/setup.py @@ -5,4 +5,4 @@ from setuptools import setup -setup(version="0.29.4") +setup(version="0.29.5")