From 7115e8de09d71ca301a6f3c2cb90b6d67531a1d6 Mon Sep 17 00:00:00 2001 From: Christian Diener Date: Thu, 4 Apr 2024 21:36:18 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.33.2=20=E2=86=92=200.34.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- micom/__init__.py | 2 +- setup.cfg | 26 +++++++++++++------------- setup.py | 2 +- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/micom/__init__.py b/micom/__init__.py index 154a749f..4e606d42 100755 --- a/micom/__init__.py +++ b/micom/__init__.py @@ -35,4 +35,4 @@ "show_versions", ) -__version__ = "0.33.2" +__version__ = "0.34.0" diff --git a/setup.cfg b/setup.cfg index d1112d89..9ec30633 100755 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.33.2 +current_version = 0.34.0 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 @@ -23,7 +23,7 @@ classifiers = Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 -keywords = +keywords = microbiome microbiota modeling @@ -35,7 +35,7 @@ keywords = packages = find: zip_safe = True python_requires = >=3.7 -install_requires = +install_requires = cobra>=0.26.2 jinja2>=2.10.0 scikit-learn>=0.24.1 @@ -43,18 +43,18 @@ install_requires = symengine>=0.6.1 osqp>=0.6.2 highspy>=1.7.1.dev1 -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/*.* @@ -69,7 +69,7 @@ search = __version__ = "{current_version}" replace = __version__ = "{new_version}" [tool:pytest] -filterwarnings = +filterwarnings = ignore::DeprecationWarning ignore::FutureWarning @@ -81,15 +81,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 @@ -97,7 +97,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 60c5989e..c18314f6 100755 --- a/setup.py +++ b/setup.py @@ -5,4 +5,4 @@ from setuptools import setup -setup(version="0.33.2") +setup(version="0.34.0")