Skip to content

Commit 8a948f6

Browse files
committed
Bump version: 0.14.0 → 0.15.0
1 parent 2b27f1b commit 8a948f6

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

q2_micom/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
association,
1616
)
1717

18-
__version__ = "0.14.0"
18+
__version__ = "0.15.0"
1919

2020

2121
def read_results(path):

setup.cfg

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.14.0
2+
current_version = 0.15.0
33
commit = True
44
tag = True
55

@@ -12,7 +12,7 @@ long_description = file: README.md
1212
long_description_content_type = text/markdown
1313
license = Apache License 2.0
1414
url = https://github.com/micom-dev/q2-micom
15-
classifiers =
15+
classifiers =
1616
Development Status :: 4 - Beta
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
modeling
2828
metabolism
@@ -32,26 +32,26 @@ keywords =
3232
zip_safe = False
3333
packages = find:
3434
python_requires = >=3.6
35-
install_requires =
35+
install_requires =
3636
cobra>=0.29.0
3737
micom>=0.36.0
3838
jinja2>=2.10.3
3939
qiime2>=2023.2
4040
rich>=6.0
4141
pandas>=1.0
4242
numpy<2.0
43-
tests_require =
43+
tests_require =
4444
coverage
4545
pytest
4646
pytest-cov
4747
flake8
4848

4949
[options.package_data]
50-
q2_micom =
50+
q2_micom =
5151
citations.bib
5252

5353
[options.entry_points]
54-
qiime2.plugins =
54+
qiime2.plugins =
5555
q2-micom = q2_micom.plugin_setup:plugin
5656

5757
[bumpversion:file:setup.py]
@@ -63,7 +63,7 @@ search = __version__ = "{current_version}"
6363
replace = __version__ = "{new_version}"
6464

6565
[tool:pytest]
66-
filterwarnings =
66+
filterwarnings =
6767
ignore::DeprecationWarning
6868
ignore::FutureWarning
6969

@@ -76,15 +76,15 @@ branch = True
7676
omit = q2_micom/tests/*
7777

7878
[coverage:report]
79-
exclude_lines =
79+
exclude_lines =
8080
pragma: no cover
81-
81+
8282
def __repr__
8383
if self\.debug
84-
84+
8585
raise AssertionError
8686
raise NotImplementedError
87-
87+
8888
if 0:
8989
if __name__ == .__main__.:
9090
ignore_errors = True

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
"""
55
from setuptools import setup
66

7-
setup(version="0.14.0")
7+
setup(version="0.15.0")

0 commit comments

Comments
 (0)