Skip to content

Commit 4ca60a6

Browse files
committed
Bump version: 0.12.6 → 0.13.0
1 parent 4fa72e4 commit 4ca60a6

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
fit_phenotype,
1616
)
1717

18-
__version__ = "0.12.6"
18+
__version__ = "0.13.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.12.6
2+
current_version = 0.13.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,25 +32,25 @@ keywords =
3232
zip_safe = False
3333
packages = find:
3434
python_requires = >=3.6
35-
install_requires =
35+
install_requires =
3636
cobra>=0.18.1
3737
micom>=0.33.0
3838
jinja2>=2.10.3
3939
qiime2>=2021.2
4040
rich>=6.0
4141
pandas>=1.0
42-
tests_require =
42+
tests_require =
4343
coverage
4444
pytest
4545
pytest-cov
4646
flake8
4747

4848
[options.package_data]
49-
q2_micom =
49+
q2_micom =
5050
citations.bib
5151

5252
[options.entry_points]
53-
qiime2.plugins =
53+
qiime2.plugins =
5454
q2-micom = q2_micom.plugin_setup:plugin
5555

5656
[bumpversion:file:setup.py]
@@ -62,7 +62,7 @@ search = __version__ = "{current_version}"
6262
replace = __version__ = "{new_version}"
6363

6464
[tool:pytest]
65-
filterwarnings =
65+
filterwarnings =
6666
ignore::DeprecationWarning
6767
ignore::FutureWarning
6868

@@ -75,15 +75,15 @@ branch = True
7575
omit = q2_micom/tests/*
7676

7777
[coverage:report]
78-
exclude_lines =
78+
exclude_lines =
7979
pragma: no cover
80-
80+
8181
def __repr__
8282
if self\.debug
83-
83+
8484
raise AssertionError
8585
raise NotImplementedError
86-
86+
8787
if 0:
8888
if __name__ == .__main__.:
8989
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.12.6")
7+
setup(version="0.13.0")

0 commit comments

Comments
 (0)