11[bumpversion]
2- current_version = 0.33.2
2+ current_version = 0.34.0
33commit = True
44tag = True
55
@@ -12,7 +12,7 @@ url = https://github.com/micom-dev/micom
1212author = Christian Diener
1313author_email = mail@cdiener.com
1414license = Apache License 2.0
15- classifiers =
15+ classifiers =
1616 Development Status :: 5 - Production/Stable
1717 Intended Audience :: Science/Research
1818 Topic :: Scientific/Engineering :: Bio-Informatics
@@ -23,7 +23,7 @@ classifiers =
2323 Programming Language :: Python :: 3.9
2424 Programming Language :: Python :: 3.10
2525 Programming Language :: Python :: 3.11
26- keywords =
26+ keywords =
2727 microbiome
2828 microbiota
2929 modeling
@@ -35,26 +35,26 @@ keywords =
3535packages = find:
3636zip_safe = True
3737python_requires = >=3.7
38- install_requires =
38+ install_requires =
3939 cobra>=0.26.2
4040 jinja2>=2.10.0
4141 scikit-learn>=0.24.1
4242 scipy>=1.8.1
4343 symengine>=0.6.1
4444 osqp>=0.6.2
4545 highspy>=1.7.1.dev1
46- tests_require =
46+ tests_require =
4747 coverage
4848 pytest
4949 pytest-cov
5050
5151[options.packages.find]
52- exclude =
52+ exclude =
5353 docs
5454 tests
5555
5656[options.package_data]
57- micom =
57+ micom =
5858 data/*.csv
5959 data/*.gz
6060 data/templates/*.*
@@ -69,7 +69,7 @@ search = __version__ = "{current_version}"
6969replace = __version__ = " {new_version}"
7070
7171[tool:pytest]
72- filterwarnings =
72+ filterwarnings =
7373 ignore::DeprecationWarning
7474 ignore::FutureWarning
7575
@@ -81,23 +81,23 @@ source = micom
8181branch = True
8282
8383[coverage:report]
84- exclude_lines =
84+ exclude_lines =
8585 pragma: no cover
86-
86+
8787 def __repr__
8888 if self\.debug
89-
89+
9090 raise AssertionError
9191 raise NotImplementedError
92-
92+
9393 if 0:
9494 if __name__ == .__main__.:
9595ignore_errors = True
9696
9797[flake8]
9898exclude = tests/*, docs/*, versioneer.py, _version.py
9999max-line-length = 88
100- ignore =
100+ ignore =
101101 E203
102102 W503
103103 D202
0 commit comments