1
1
[bumpversion]
2
- current_version = 0.8.7
2
+ current_version = 0.9.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,74 +15,74 @@ 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.10
32
32
Programming Language :: Python :: 3.11
33
- Programming Language :: Python :: 3.12
33
+ Programming Language :: Python :: 3.12
34
34
Programming Language :: Python :: Implementation :: CPython
35
35
Topic :: Scientific/Engineering
36
36
Topic :: Scientific/Engineering :: Bio-Informatics
37
37
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.10
49
- install_requires =
49
+ install_requires =
50
50
pymetadata>=0.4.1
51
-
51
+
52
52
depinfo
53
53
rich
54
54
lxml
55
55
requests
56
56
jinja2
57
57
xmltodict
58
58
pydantic>2.8
59
-
60
- setuptools # fix for colorbrewer dependency of py4cytoscape
59
+
60
+ setuptools # fix for colorbrewer dependency of py4cytoscape
61
61
numpy>=1.26.4
62
62
python-libsbml>=5.20.4
63
63
antimony>=2.15.0
64
64
scipy>=1.14
65
65
pandas>=2.2.0
66
- tabulate>=0.9.0
66
+ tabulate>=0.9.0
67
67
pint>=0.24.3
68
-
68
+
69
69
markdown-it-py>=3.0.0
70
70
openpyxl>=3.1.5
71
71
xmlschema>=3.3.2
72
72
matplotlib>=3.9
73
73
py4cytoscape>=1.9.0
74
74
libroadrunner>=1.27.0
75
-
76
- uvicorn>=0.30.6
77
- fastapi>=0.112.0
75
+
76
+ uvicorn>=0.30.6
77
+ fastapi>=0.112.0
78
78
python-multipart>=0.0.9
79
- tests_require =
79
+ tests_require =
80
80
tox>=3.24.3
81
81
pytest>=7.0.1
82
- setup_requires =
82
+ setup_requires =
83
83
pytest-runner
84
84
packages = find:
85
- package_dir =
85
+ package_dir =
86
86
= src
87
87
include_package_data = True
88
88
@@ -93,7 +93,7 @@ test = pytest
93
93
where = src
94
94
95
95
[options.extras_require]
96
- development =
96
+ development =
97
97
pip-tools>=7.4.1
98
98
black>=24.8.0
99
99
bump2version>=1.0.1
@@ -105,7 +105,7 @@ development =
105
105
pytest>=7.4.0
106
106
pytest-cov>=4.1.0
107
107
beautifulsoup4>=4.12.3
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