Skip to content

Commit 30ba574

Browse files
committed
Bump version: 0.37.0 → 0.37.1
1 parent 25f9f23 commit 30ba574

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
@@ -38,4 +38,4 @@
3838
"show_versions",
3939
)
4040

41-
__version__ = "0.37.0"
41+
__version__ = "0.37.1"

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.37.0
2+
current_version = 0.37.1
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.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 =
3434
packages = find:
3535
zip_safe = True
3636
python_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}"
7070
replace = __version__ = "{new_version}"
7171

7272
[tool:pytest]
73-
filterwarnings =
73+
filterwarnings =
7474
ignore::DeprecationWarning
7575
ignore::FutureWarning
7676

@@ -82,23 +82,23 @@ source = micom
8282
branch = 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__.:
9696
ignore_errors = True
9797

9898
[flake8]
9999
exclude = tests/*, docs/*, versioneer.py, _version.py
100100
max-line-length = 88
101-
ignore =
101+
ignore =
102102
E203
103103
W503
104104
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.37.0")
8+
setup(version="0.37.1")

0 commit comments

Comments
 (0)