-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
612dd92
commit df95806
Showing
3 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
[bumpversion] | ||
current_version = 0.7.6 | ||
current_version = 0.8.0 | ||
commit = True | ||
tag = True | ||
parse = (?P<major>\d+) | ||
\.(?P<minor>\d+) | ||
\.(?P<patch>\d+) | ||
(?P<release>[a]*)(?P<num>\d*) | ||
serialize = | ||
serialize = | ||
{major}.{minor}.{patch}{release}{num} | ||
{major}.{minor}.{patch} | ||
tag_name = {new_version} | ||
|
@@ -15,15 +15,15 @@ tag_name = {new_version} | |
name = sbmlutils | ||
url = https://github.com/matthiaskoenig/sbmlutils | ||
download_url = https://pypi.org/project/sbmlutils | ||
project_urls = | ||
project_urls = | ||
Source Code = https://github.com/matthiaskoenig/sbmlutils | ||
Documentation = https://sbmlutils.readthedocs.io | ||
Bug Tracker = https://github.com/matthiaskoenig/sbmlutils/issues | ||
author = Matthias Koenig | ||
author_email = [email protected] | ||
maintainer = Matthias Koenig | ||
maintainer_email = [email protected] | ||
classifiers = | ||
classifiers = | ||
Development Status :: 5 - Production/Stable | ||
Intended Audience :: Science/Research | ||
License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3) | ||
|
@@ -38,28 +38,28 @@ license = LGPL-3.0 | |
description = sbmlutils are utilities for working with SBML. | ||
long_description = file: README.rst | ||
long_description_content_type = text/x-rst | ||
keywords = | ||
keywords = | ||
modeling | ||
standardization | ||
SBML | ||
|
||
[options] | ||
zip_safe = True | ||
python_requires = >=3.8 | ||
install_requires = | ||
install_requires = | ||
pymetadata>=0.3.8 | ||
|
||
depinfo | ||
rich | ||
lxml | ||
requests | ||
jinja2 | ||
xmltodict | ||
|
||
numpy>=1.21.1 | ||
python-libsbml>=5.19.7 | ||
antimony>=2.13.2 | ||
|
||
antimony>=2.13.2 | ||
scipy>=1.8 | ||
pandas>=1.4 | ||
pint>=0.18 | ||
|
@@ -68,22 +68,22 @@ install_requires = | |
markdown-it-py>=2.0.1 | ||
openpyxl>=3.0.9 | ||
xmlschema>=1.9.2 | ||
|
||
matplotlib>=3.5 | ||
|
||
fastapi>=0.73.0 | ||
uvicorn>=0.14.4 | ||
python-multipart>=0.0.5 | ||
py2cytoscape>=0.7.1 | ||
|
||
libroadrunner | ||
tests_require = | ||
libroadrunner | ||
tests_require = | ||
tox>=3.24.3 | ||
pytest>=7.0.1 | ||
setup_requires = | ||
setup_requires = | ||
pytest-runner | ||
packages = find: | ||
package_dir = | ||
package_dir = | ||
= src | ||
include_package_data = True | ||
|
||
|
@@ -94,7 +94,7 @@ test = pytest | |
where = src | ||
|
||
[options.extras_require] | ||
development = | ||
development = | ||
pip-tools>6.5.1 | ||
black>=22.1.0 | ||
bump2version>=1.0.1 | ||
|
@@ -105,7 +105,7 @@ development = | |
mypy>=0.991 | ||
pytest>=7.0.1 | ||
pytest-cov>=3.0.0 | ||
docs = | ||
docs = | ||
sphinx>=3.4.3 | ||
ipykernel>=5.4.3 | ||
nbsphinx>=0.8.1 | ||
|
@@ -119,7 +119,7 @@ universal = 1 | |
[bumpversion:part:release] | ||
optional_value = placeholder | ||
first_value = placeholder | ||
values = | ||
values = | ||
placeholder | ||
a | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,4 @@ | |
|
||
|
||
if __name__ == "__main__": | ||
setup(version="0.7.6") | ||
setup(version="0.8.0") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters