1
1
[bumpversion]
2
- current_version = 0.13.1
2
+ current_version = 0.13.2
3
3
commit = True
4
4
tag = True
5
5
@@ -12,7 +12,7 @@ long_description = file: README.md
12
12
long_description_content_type = text/markdown
13
13
license = Apache License 2.0
14
14
url = https://github.com/micom-dev/q2-micom
15
- classifiers =
15
+ classifiers =
16
16
Development Status :: 4 - Beta
17
17
Intended Audience :: Science/Research
18
18
Topic :: Scientific/Engineering :: Bio-Informatics
@@ -22,7 +22,7 @@ classifiers =
22
22
Programming Language :: Python :: 3.9
23
23
Programming Language :: Python :: 3.10
24
24
Programming Language :: Python :: 3.11
25
- keywords =
25
+ keywords =
26
26
microbiome
27
27
modeling
28
28
metabolism
@@ -32,25 +32,25 @@ keywords =
32
32
zip_safe = False
33
33
packages = find:
34
34
python_requires = >=3.6
35
- install_requires =
35
+ install_requires =
36
36
cobra>=0.29.0
37
37
micom>=0.34.1,<0.35
38
38
jinja2>=2.10.3
39
39
qiime2>=2023.2
40
40
rich>=6.0
41
41
pandas>=1.0
42
- tests_require =
42
+ tests_require =
43
43
coverage
44
44
pytest
45
45
pytest-cov
46
46
flake8
47
47
48
48
[options.package_data]
49
- q2_micom =
49
+ q2_micom =
50
50
citations.bib
51
51
52
52
[options.entry_points]
53
- qiime2.plugins =
53
+ qiime2.plugins =
54
54
q2-micom = q2_micom.plugin_setup:plugin
55
55
56
56
[bumpversion:file:setup.py]
@@ -62,7 +62,7 @@ search = __version__ = "{current_version}"
62
62
replace = __version__ = " {new_version}"
63
63
64
64
[tool:pytest]
65
- filterwarnings =
65
+ filterwarnings =
66
66
ignore::DeprecationWarning
67
67
ignore::FutureWarning
68
68
@@ -75,15 +75,15 @@ branch = True
75
75
omit = q2_micom/tests/*
76
76
77
77
[coverage:report]
78
- exclude_lines =
78
+ exclude_lines =
79
79
pragma: no cover
80
-
80
+
81
81
def __repr__
82
82
if self\.debug
83
-
83
+
84
84
raise AssertionError
85
85
raise NotImplementedError
86
-
86
+
87
87
if 0:
88
88
if __name__ == .__main__.:
89
89
ignore_errors = True
0 commit comments