11[bumpversion]
2- current_version = 0.1.10
2+ current_version = 0.1.11
33commit = True
44tag = True
55parse = (?P<major>\d+)
66 \.(?P<minor>\d+)
77 \.(?P<patch>\d+)
88 (?P<release>[a]*)(?P<num>\d*)
9- serialize =
9+ serialize =
1010 {major}.{minor}.{patch}{release}{num}
1111 {major}.{minor}.{patch}
1212tag_name = {new_version}
@@ -15,15 +15,15 @@ tag_name = {new_version}
1515name = sbmlsim
1616url = https://github.com/matthiaskoenig/sbmlsim
1717download_url = https://pypi.org/project/sbmlsim
18- project_urls =
18+ project_urls =
1919 Source Code = https://github.com/matthiaskoenig/sbmlsim
2020 Documentation = https://sbmlsim.readthedocs.io
2121 Bug Tracker = https://github.com/matthiaskoenig/sbmlsim/issues
2222author = Matthias Koenig
2323author_email = konigmatt@googlemail.com
2424maintainer = Matthias Koenig
2525maintainer_email = konigmatt@googlemail.com
26- classifiers =
26+ classifiers =
2727 Development Status :: 4 - Beta
2828 Intended Audience :: Science/Research
2929 License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
@@ -37,15 +37,15 @@ license = LGPL-3.0
3737description = sbmlsim are utilities for simulation of SBML.
3838long_description = file: README.rst
3939long_description_content_type = text/x-rst
40- keywords =
40+ keywords =
4141 modeling
4242 standardization
4343 SBML
4444
4545[options]
4646zip_safe = True
4747python_requires = >=3.7
48- install_requires =
48+ install_requires =
4949 numpy>=1.19.2
5050 scipy>=1.5.1
5151 sympy>=1.6.1
@@ -54,42 +54,42 @@ install_requires =
5454 xarray>=0.16.1
5555 bottleneck>=1.3.2
5656 pint>=0.16.1
57-
57+
5858 python-libsbml-experimental>=5.18.1
5959 python-libsedml>=2.0.11
6060 python-libcombine>=0.2.7
6161 python-libnuml>=1.1.1
62-
62+
6363 libroadrunner>=2.0.0
64-
64+
6565 psutil>=5.6.3
6666 setproctitle>=1.1.10
67-
67+
6868 matplotlib>=3.3.0
6969 plotly>=4.12.0
7070 altair>=4.1.0
7171 seaborn>=0.10.1
72-
72+
7373 coloredlogs
7474 pyDOE>=0.3.8
75-
75+
7676 Sphinx
7777 sphinx_rtd_theme
7878 recommonmark
79-
79+
8080 ray>=1.0.1
81- tests_require =
81+ tests_require =
8282 tox
8383packages = find:
84- package_dir =
84+ package_dir =
8585 = src
8686include_package_data = True
8787
8888[options.packages.find]
8989where = src
9090
9191[options.extras_require]
92- development =
92+ development =
9393 black
9494 bump2version
9595 isort
@@ -103,7 +103,7 @@ universal = 1
103103[bumpversion:part:release]
104104optional_value = placeholder
105105first_value = placeholder
106- values =
106+ values =
107107 placeholder
108108 a
109109
0 commit comments