1
1
[bumpversion]
2
- current_version = 0.21 .0
2
+ current_version = 0.22 .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+)
@@ -39,7 +39,7 @@ license = LGPL-2.0-or-later OR GPL-2.0-or-later
39
39
description = COBRApy is a package for constraint-based modeling of metabolic networks.
40
40
long_description = file: README.rst, INSTALL.rst
41
41
long_description_content_type = text/x-rst
42
- keywords =
42
+ keywords =
43
43
metabolism
44
44
biology
45
45
constraint-based
@@ -51,7 +51,7 @@ keywords =
51
51
52
52
[options]
53
53
zip_safe = True
54
- install_requires =
54
+ install_requires =
55
55
appdirs ~=1.4
56
56
depinfo
57
57
diskcache ~=5.0
@@ -66,24 +66,24 @@ install_requires =
66
66
rich >=8.0
67
67
ruamel.yaml ~=0.16
68
68
swiglpk
69
- tests_require =
69
+ tests_require =
70
70
tox
71
71
packages = find:
72
- package_dir =
72
+ package_dir =
73
73
= src
74
74
75
75
[options.packages.find]
76
76
where = src
77
77
78
78
[options.package_data]
79
- cobra =
79
+ cobra =
80
80
io/*.json
81
81
test/data/*
82
82
83
83
[options.extras_require]
84
- array =
84
+ array =
85
85
scipy
86
- development =
86
+ development =
87
87
black
88
88
bumpversion
89
89
isort
@@ -95,7 +95,7 @@ universal = 1
95
95
[bumpversion:part:release]
96
96
optional_value = placeholder
97
97
first_value = placeholder
98
- values =
98
+ values =
99
99
placeholder
100
100
a
101
101
0 commit comments