Skip to content

Commit

Permalink
Bump package version to 4.0.0rc4 (#824)
Browse files Browse the repository at this point in the history
  • Loading branch information
kysrpex committed Sep 26, 2022
1 parent b0a7ba2 commit 7defe53
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,23 +29,23 @@ SimPhoNy is available on PyPI, so it can be installed using pip
`pip install simphony-osp`

Detailed installation instructions can be found
[here](https://simphony.readthedocs.io/en/v4.0.0rc3/introduction/installation.html).
[here](https://simphony.readthedocs.io/en/v4.0.0rc4/introduction/installation.html).

## Documentation

To learn how to use SimPhoNy, check out our documentation, which is located at
<https://simphony.readthedocs.io/en/v4.0.0rc3/>.
<https://simphony.readthedocs.io/en/v4.0.0rc4/>.

In addition, basic usage examples to
quickly get started are available in the
[`examples` folder](https://github.com/simphony/osp-core/tree/v4.0.0rc3/examples).
[`examples` folder](https://github.com/simphony/osp-core/tree/v4.0.0rc4/examples).

If you want to build the documentation locally, refer to our [documentation repostitory](https://github.com/simphony/docs/tree/v4.0.0rc3).
If you want to build the documentation locally, refer to our [documentation repostitory](https://github.com/simphony/docs/tree/v4.0.0rc4).

## Contributing

If you wish to contribute to SimPhoNy, please read the
[contributing guidelines](https://github.com/simphony/osp-core/blob/v4.0.0rc3/CONTRIBUTING.md).
[contributing guidelines](https://github.com/simphony/osp-core/blob/v4.0.0rc4/CONTRIBUTING.md).

## Acknowledgements

Expand Down
10 changes: 5 additions & 5 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.0rc3"
VERSION = "4.0.0rc4"

# 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/osp-core/tree/v4.0.0rc3",
url="https://github.com/simphony/osp-core/tree/v4.0.0rc4",
author="SimPhoNy, EU FP7 Project (Nr. 604005)",
maintainer="Fraunhofer IWM",
maintainer_email="simphony@iwm.fraunhofer.de",
Expand All @@ -44,11 +44,11 @@
keywords="owl, ontology, interoperability, materials-science, osp, "
"simphony, wrappers, open-simulation-platform,"
"Fraunhofer IWM",
download_url="https://pypi.org/project/simphony-osp/4.0.0rc3/",
download_url="https://pypi.org/project/simphony-osp/4.0.0rc4/",
project_urls={
"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",
"Documentation": "https://simphony.readthedocs.io/en/v4.0.0rc4/",
"Source": "https://github.com/simphony/osp-core/tree/v4.0.0rc4",
},
packages=find_packages(exclude=("examples", "tests")),
install_requires=[
Expand Down

0 comments on commit 7defe53

Please sign in to comment.