11[bumpversion] 
2- current_version  = 0.37.0 
2+ current_version  = 0.37.1 
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
@@ -22,7 +22,7 @@ classifiers =
2222	Programming Language :: Python :: 3.9
2323	Programming Language :: Python :: 3.10
2424	Programming Language :: Python :: 3.11
25- keywords  =
25+ keywords  =  
2626	microbiome
2727	microbiota
2828	modeling
@@ -34,7 +34,7 @@ keywords =
3434packages  = find:
3535zip_safe  = True
3636python_requires  = >=3.7
37- install_requires  =
37+ install_requires  =  
3838	pandas>=2.0.0
3939	cobra>=0.29.0
4040	jinja2>=2.10.0
@@ -44,18 +44,18 @@ install_requires =
4444	osqp>=0.6.2,<1.0.0
4545	optlang>=1.8.2
4646	highspy>=1.7.2
47- tests_require  =
47+ tests_require  =  
4848	coverage
4949	pytest
5050	pytest-cov
5151
5252[options.packages.find] 
53- exclude  =
53+ exclude  =  
5454	docs
5555	tests
5656
5757[options.package_data] 
58- micom  =
58+ micom  =  
5959	data/*.csv
6060	data/*.gz
6161	data/templates/*.*
@@ -70,7 +70,7 @@ search = __version__ = "{current_version}"
7070replace  = __version__  = " {new_version}" 
7171
7272[tool:pytest] 
73- filterwarnings  =
73+ filterwarnings  =  
7474	ignore::DeprecationWarning
7575	ignore::FutureWarning
7676
@@ -82,23 +82,23 @@ source = micom
8282branch  = True
8383
8484[coverage:report] 
85- exclude_lines  =
85+ exclude_lines  =  
8686	pragma: no cover
87- 
87+ 	 
8888	def __repr__
8989	if self\.debug
90- 
90+ 	 
9191	raise AssertionError
9292	raise NotImplementedError
93- 
93+ 	 
9494	if 0:
9595	if __name__  == .__main__.:
9696ignore_errors  = True
9797
9898[flake8] 
9999exclude  = tests/*, docs/*, versioneer.py, _version.py
100100max-line-length  = 88
101- ignore  =
101+ ignore  =  
102102	E203
103103	W503
104104	D202
0 commit comments