Skip to content

Commit b4ab3b9

Browse files
committed
Bump version: 0.29.4 → 0.29.5
1 parent c8f6457 commit b4ab3b9

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

micom/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@
3535
"show_versions",
3636
)
3737

38-
__version__ = "0.29.4"
38+
__version__ = "0.29.5"

setup.cfg

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.29.4
2+
current_version = 0.29.5
33
commit = True
44
tag = True
55

@@ -12,7 +12,7 @@ url = https://github.com/micom-dev/micom
1212
author = Christian Diener
1313
author_email = [email protected]
1414
license = 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.8
2323
Programming Language :: Python :: 3.9
2424
Programming Language :: Python :: 3.10
25-
keywords =
25+
keywords =
2626
microbiome
2727
microbiota
2828
modeling
@@ -34,25 +34,25 @@ keywords =
3434
packages = find:
3535
zip_safe = True
3636
python_requires = >=3.7
37-
install_requires =
37+
install_requires =
3838
cobra>=0.25.0
3939
jinja2>=2.10.0
4040
scikit-learn>=1.0.0
4141
scipy>=1.0.0
4242
symengine>=0.6.1
4343
osqp>=0.6.2
44-
tests_require =
44+
tests_require =
4545
coverage
4646
pytest
4747
pytest-cov
4848

4949
[options.packages.find]
50-
exclude =
50+
exclude =
5151
docs
5252
tests
5353

5454
[options.package_data]
55-
micom =
55+
micom =
5656
data/*.csv
5757
data/*.gz
5858
data/templates/*.*
@@ -67,7 +67,7 @@ search = __version__ = "{current_version}"
6767
replace = __version__ = "{new_version}"
6868

6969
[tool:pytest]
70-
filterwarnings =
70+
filterwarnings =
7171
ignore::DeprecationWarning
7272
ignore::FutureWarning
7373

@@ -79,23 +79,23 @@ source = micom
7979
branch = True
8080

8181
[coverage:report]
82-
exclude_lines =
82+
exclude_lines =
8383
pragma: no cover
84-
84+
8585
def __repr__
8686
if self\.debug
87-
87+
8888
raise AssertionError
8989
raise NotImplementedError
90-
90+
9191
if 0:
9292
if __name__ == .__main__.:
9393
ignore_errors = True
9494

9595
[flake8]
9696
exclude = tests/*, docs/*, versioneer.py, _version.py
9797
max-line-length = 88
98-
ignore =
98+
ignore =
9999
E203
100100
W503
101101
D202

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
from setuptools import setup
77

8-
setup(version="0.29.4")
8+
setup(version="0.29.5")

0 commit comments

Comments
 (0)