Skip to content

Commit

Permalink
Bump package version to 4.0.0rc3 (#815)
Browse files Browse the repository at this point in the history
* Bump package version to 4.0.0rc3.

* Use FOAF from Web Archive to pass tests (FOAF site is down).
  • Loading branch information
kysrpex authored Sep 9, 2022
1 parent 4c46918 commit d9750f3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
README_TEXT = readme.read()

NAME = "simphony-osp"
VERSION = "4.0.0rc2"
VERSION = "4.0.0rc3"

# main setup configuration class
setup(
Expand All @@ -18,7 +18,7 @@
"repositories.",
long_description=README_TEXT,
long_description_content_type="text/markdown",
url="https://github.com/simphony",
url="https://github.com/simphony/osp-core/tree/v4.0.0rc3",
author="SimPhoNy, EU FP7 Project (Nr. 604005)",
maintainer="Fraunhofer IWM",
maintainer_email="[email protected]",
Expand All @@ -44,11 +44,11 @@
keywords="owl, ontology, interoperability, materials-science, osp, "
"simphony, wrappers, open-simulation-platform,"
"Fraunhofer IWM",
download_url="https://pypi.python.org/pypi/simphony-osp",
download_url="https://pypi.org/project/simphony-osp/4.0.0rc3/",
project_urls={
"Tracker": "https://github.com/simphony/simphony-osp/issues",
"Documentation": "https://simphony.readthedocs.io",
"Source": "https://github.com/simphony/simphony-osp",
"Tracker": "https://github.com/simphony/osp-core/issues",
"Documentation": "https://simphony.readthedocs.io/en/v4.0.0rc3/",
"Source": "https://github.com/simphony/osp-core/tree/v4.0.0rc3",
},
packages=find_packages(exclude=("examples", "tests")),
install_requires=[
Expand Down

0 comments on commit d9750f3

Please sign in to comment.