1
1
[bumpversion]
2
- current_version = 0.26.3
2
+ current_version = 0.27.0
3
3
commit = True
4
4
tag = True
5
5
parse = (?P<major>\d+)
6
6
\.(?P<minor>\d+)
7
7
\.(?P<patch>\d+)
8
8
(?P<release>[a]*)(?P<num>\d*)
9
- serialize =
9
+ serialize =
10
10
{major}.{minor}.{patch}{release}{num}
11
11
{major}.{minor}.{patch}
12
12
tag_name = {new_version}
@@ -15,15 +15,15 @@ tag_name = {new_version}
15
15
name = cobra
16
16
url = https://opencobra.github.io/cobrapy
17
17
download_url = https://pypi.org/project/cobra
18
- project_urls =
18
+ project_urls =
19
19
Source Code = https://github.com/opencobra/cobrapy
20
20
Documentation = https://cobrapy.readthedocs.io
21
21
Bug Tracker = https://github.com/opencobra/cobrapy/issues
22
22
author = The cobrapy core development team.
23
23
24
24
maintainer = Moritz E. Beber
25
25
maintainer_email =
[email protected]
26
- classifiers =
26
+ classifiers =
27
27
Development Status :: 5 - Production/Stable
28
28
Intended Audience :: Science/Research
29
29
License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
@@ -40,7 +40,7 @@ license = LGPL-2.0-or-later OR GPL-2.0-or-later
40
40
description = COBRApy is a package for constraint-based modeling of metabolic networks.
41
41
long_description = file: README.rst, INSTALL.rst
42
42
long_description_content_type = text/x-rst
43
- keywords =
43
+ keywords =
44
44
metabolism
45
45
biology
46
46
constraint-based
@@ -52,7 +52,7 @@ keywords =
52
52
53
53
[options]
54
54
zip_safe = True
55
- install_requires =
55
+ install_requires =
56
56
appdirs ~=1.4
57
57
depinfo ~=1.7
58
58
diskcache ~=5.0
@@ -67,24 +67,24 @@ install_requires =
67
67
rich >=8.0
68
68
ruamel.yaml ~=0.16
69
69
swiglpk
70
- tests_require =
70
+ tests_require =
71
71
tox
72
72
packages = find:
73
- package_dir =
73
+ package_dir =
74
74
= src
75
75
76
76
[options.packages.find]
77
77
where = src
78
78
79
79
[options.package_data]
80
- cobra =
80
+ cobra =
81
81
data/*
82
82
io/*.json
83
83
84
84
[options.extras_require]
85
- array =
85
+ array =
86
86
scipy
87
- development =
87
+ development =
88
88
black
89
89
bumpversion
90
90
isort
@@ -96,7 +96,7 @@ universal = 1
96
96
[bumpversion:part:release]
97
97
optional_value = placeholder
98
98
first_value = placeholder
99
- values =
99
+ values =
100
100
placeholder
101
101
a
102
102
0 commit comments