1
1
[bumpversion]
2
- current_version = 0.7.6
2
+ current_version = 0.8.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 = sbmlutils
16
16
url = https://github.com/matthiaskoenig/sbmlutils
17
17
download_url = https://pypi.org/project/sbmlutils
18
- project_urls =
18
+ project_urls =
19
19
Source Code = https://github.com/matthiaskoenig/sbmlutils
20
20
Documentation = https://sbmlutils.readthedocs.io
21
21
Bug Tracker = https://github.com/matthiaskoenig/sbmlutils/issues
22
22
author = Matthias Koenig
23
23
author_email = konigmatt@googlemail.com
24
24
maintainer = Matthias Koenig
25
25
maintainer_email = konigmatt@googlemail.com
26
- classifiers =
26
+ classifiers =
27
27
Development Status :: 5 - Production/Stable
28
28
Intended Audience :: Science/Research
29
29
License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
@@ -38,28 +38,28 @@ license = LGPL-3.0
38
38
description = sbmlutils are utilities for working with SBML.
39
39
long_description = file: README.rst
40
40
long_description_content_type = text/x-rst
41
- keywords =
41
+ keywords =
42
42
modeling
43
43
standardization
44
44
SBML
45
45
46
46
[options]
47
47
zip_safe = True
48
48
python_requires = >=3.8
49
- install_requires =
49
+ install_requires =
50
50
pymetadata>=0.3.8
51
-
51
+
52
52
depinfo
53
53
rich
54
54
lxml
55
55
requests
56
56
jinja2
57
57
xmltodict
58
-
58
+
59
59
numpy>=1.21.1
60
60
python-libsbml>=5.19.7
61
- antimony>=2.13.2
62
-
61
+ antimony>=2.13.2
62
+
63
63
scipy>=1.8
64
64
pandas>=1.4
65
65
pint>=0.18
@@ -68,22 +68,22 @@ install_requires =
68
68
markdown-it-py>=2.0.1
69
69
openpyxl>=3.0.9
70
70
xmlschema>=1.9.2
71
-
71
+
72
72
matplotlib>=3.5
73
-
73
+
74
74
fastapi>=0.73.0
75
75
uvicorn>=0.14.4
76
76
python-multipart>=0.0.5
77
77
py2cytoscape>=0.7.1
78
-
79
- libroadrunner
80
- tests_require =
78
+
79
+ libroadrunner
80
+ tests_require =
81
81
tox>=3.24.3
82
82
pytest>=7.0.1
83
- setup_requires =
83
+ setup_requires =
84
84
pytest-runner
85
85
packages = find:
86
- package_dir =
86
+ package_dir =
87
87
= src
88
88
include_package_data = True
89
89
@@ -94,7 +94,7 @@ test = pytest
94
94
where = src
95
95
96
96
[options.extras_require]
97
- development =
97
+ development =
98
98
pip-tools>6.5.1
99
99
black>=22.1.0
100
100
bump2version>=1.0.1
@@ -105,7 +105,7 @@ development =
105
105
mypy>=0.991
106
106
pytest>=7.0.1
107
107
pytest-cov>=3.0.0
108
- docs =
108
+ docs =
109
109
sphinx>=3.4.3
110
110
ipykernel>=5.4.3
111
111
nbsphinx>=0.8.1
@@ -119,7 +119,7 @@ universal = 1
119
119
[bumpversion:part:release]
120
120
optional_value = placeholder
121
121
first_value = placeholder
122
- values =
122
+ values =
123
123
placeholder
124
124
a
125
125
0 commit comments