1
1
[bumpversion]
2
- current_version = 0.8.0
2
+ current_version = 0.8.1
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,52 +15,52 @@ 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)
30
30
Operating System :: OS Independent
31
31
Programming Language :: Python :: 3.8
32
32
Programming Language :: Python :: 3.9
33
33
Programming Language :: Python :: 3.10
34
- Programming Language :: Python :: 3.11
34
+ Programming Language :: Python :: 3.11
35
35
Programming Language :: Python :: Implementation :: CPython
36
36
Topic :: Scientific/Engineering
37
37
Topic :: Scientific/Engineering :: Bio-Informatics
38
38
license = LGPL-3.0
39
39
description = sbmlutils are utilities for working with SBML.
40
40
long_description = file: README.rst
41
41
long_description_content_type = text/x-rst
42
- keywords =
42
+ keywords =
43
43
modeling
44
44
standardization
45
45
SBML
46
46
47
47
[options]
48
48
zip_safe = True
49
49
python_requires = >=3.8
50
- install_requires =
50
+ install_requires =
51
51
pymetadata>=0.3.8
52
-
52
+
53
53
depinfo
54
54
rich
55
55
lxml
56
56
requests
57
57
jinja2
58
58
xmltodict
59
-
59
+
60
60
numpy>=1.21.1
61
61
python-libsbml>=5.19.7
62
62
antimony>=2.13.2
63
-
63
+
64
64
scipy>=1.8
65
65
pandas>=1.4
66
66
pint>=0.18
@@ -69,22 +69,22 @@ install_requires =
69
69
markdown-it-py>=2.0.1
70
70
openpyxl>=3.0.9
71
71
xmlschema>=1.9.2
72
-
72
+
73
73
matplotlib>=3.5
74
-
74
+
75
75
fastapi>=0.73.0
76
76
uvicorn>=0.14.4
77
77
python-multipart>=0.0.5
78
78
py2cytoscape>=0.7.1
79
-
79
+
80
80
libroadrunner
81
- tests_require =
81
+ tests_require =
82
82
tox>=3.24.3
83
83
pytest>=7.0.1
84
- setup_requires =
84
+ setup_requires =
85
85
pytest-runner
86
86
packages = find:
87
- package_dir =
87
+ package_dir =
88
88
= src
89
89
include_package_data = True
90
90
@@ -95,7 +95,7 @@ test = pytest
95
95
where = src
96
96
97
97
[options.extras_require]
98
- development =
98
+ development =
99
99
pip-tools>6.5.1
100
100
black>=22.1.0
101
101
bump2version>=1.0.1
@@ -106,7 +106,7 @@ development =
106
106
mypy>=0.991
107
107
pytest>=7.0.1
108
108
pytest-cov>=3.0.0
109
- docs =
109
+ docs =
110
110
sphinx>=3.4.3
111
111
ipykernel>=5.4.3
112
112
nbsphinx>=0.8.1
@@ -120,7 +120,7 @@ universal = 1
120
120
[bumpversion:part:release]
121
121
optional_value = placeholder
122
122
first_value = placeholder
123
- values =
123
+ values =
124
124
placeholder
125
125
a
126
126
0 commit comments