1
1
[bumpversion]
2
- current_version = 0.1.2
2
+ current_version = 0.1.3
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 = fbc_curation
16
16
url = https://github.com/matthiaskoenig/fbc_curation
17
17
download_url = https://pypi.org/project/fbc-curation
18
- project_urls =
18
+ project_urls =
19
19
Source Code = https://github.com/matthiaskoenig/fbc_curation
20
20
Documentation = https://github.com/matthiaskoenig/fbc_curation
21
21
Bug Tracker = https://github.com/matthiaskoenig/fbc_curation/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 :: 4 - Beta
28
28
Intended Audience :: Science/Research
29
29
License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
@@ -37,7 +37,7 @@ license = LGPL-3.0
37
37
description = FBC reference files for SBML model curation.
38
38
long_description = file: README.rst
39
39
long_description_content_type = text/x-rst
40
- keywords =
40
+ keywords =
41
41
modeling
42
42
reproducibility
43
43
SBML
@@ -46,30 +46,30 @@ keywords =
46
46
[options]
47
47
zip_safe = True
48
48
python_requires = >=3.6
49
- install_requires =
49
+ install_requires =
50
50
pandas>=1.0.5
51
51
cobra>=0.20.0
52
52
cameo>=0.11.15
53
53
optlang>=1.4.6
54
54
numpy
55
55
pyfiglet
56
- tests_require =
56
+ tests_require =
57
57
tox
58
58
packages = find:
59
- package_dir =
59
+ package_dir =
60
60
= src
61
61
include_package_data = True
62
62
63
63
[options.packages.find]
64
64
where = src
65
65
66
66
[options.entry_points]
67
- console_scripts =
67
+ console_scripts =
68
68
fbc_curation_examples = fbc_curation.examples:run_examples
69
69
fbc_curation = fbc_curation.curation:main
70
70
71
71
[options.extras_require]
72
- development =
72
+ development =
73
73
black
74
74
bump2version
75
75
isort
@@ -83,7 +83,7 @@ universal = 1
83
83
[bumpversion:part:release]
84
84
optional_value = placeholder
85
85
first_value = placeholder
86
- values =
86
+ values =
87
87
placeholder
88
88
a
89
89
0 commit comments