Skip to content

Commit 7115e8d

Browse files
committed
Bump version: 0.33.2 → 0.34.0
1 parent 1355929 commit 7115e8d

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.33.2"
38+
__version__ = "0.34.0"

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.33.2
2+
current_version = 0.34.0
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
@@ -23,7 +23,7 @@ classifiers =
2323
Programming Language :: Python :: 3.9
2424
Programming Language :: Python :: 3.10
2525
Programming Language :: Python :: 3.11
26-
keywords =
26+
keywords =
2727
microbiome
2828
microbiota
2929
modeling
@@ -35,26 +35,26 @@ keywords =
3535
packages = find:
3636
zip_safe = True
3737
python_requires = >=3.7
38-
install_requires =
38+
install_requires =
3939
cobra>=0.26.2
4040
jinja2>=2.10.0
4141
scikit-learn>=0.24.1
4242
scipy>=1.8.1
4343
symengine>=0.6.1
4444
osqp>=0.6.2
4545
highspy>=1.7.1.dev1
46-
tests_require =
46+
tests_require =
4747
coverage
4848
pytest
4949
pytest-cov
5050

5151
[options.packages.find]
52-
exclude =
52+
exclude =
5353
docs
5454
tests
5555

5656
[options.package_data]
57-
micom =
57+
micom =
5858
data/*.csv
5959
data/*.gz
6060
data/templates/*.*
@@ -69,7 +69,7 @@ search = __version__ = "{current_version}"
6969
replace = __version__ = "{new_version}"
7070

7171
[tool:pytest]
72-
filterwarnings =
72+
filterwarnings =
7373
ignore::DeprecationWarning
7474
ignore::FutureWarning
7575

@@ -81,23 +81,23 @@ source = micom
8181
branch = True
8282

8383
[coverage:report]
84-
exclude_lines =
84+
exclude_lines =
8585
pragma: no cover
86-
86+
8787
def __repr__
8888
if self\.debug
89-
89+
9090
raise AssertionError
9191
raise NotImplementedError
92-
92+
9393
if 0:
9494
if __name__ == .__main__.:
9595
ignore_errors = True
9696

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

0 commit comments

Comments
 (0)