diff --git a/pyproject.toml b/pyproject.toml index 5e4c539..59a48a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "rhapsody-py" -version = "0.1.1" +version = "0.1.2" description = "Runtime system for executing heterogeneous HPC-AI workflows with dynamic task graphs on high-performance computing infrastructures." license = { text = "MIT" } authors = [ @@ -95,9 +95,9 @@ all = [ ] [project.urls] -Homepage = "https://github.com/stride-research/rhapsody" -Repository = "https://github.com/stride-research/rhapsody" -Issues = "https://github.com/stride-research/rhapsody/issues" +Homepage = "https://radical-cybertools.github.io/rhapsody/landing.html" +Repository = "https://github.com/radical-cybertools/rhapsody" +Issues = "https://github.com/radical-cybertools/rhapsody/issues" # Entry points for backend discovery [project.entry-points."rhapsody.backends"] diff --git a/src/rhapsody/__init__.py b/src/rhapsody/__init__.py index 33498b3..390a211 100644 --- a/src/rhapsody/__init__.py +++ b/src/rhapsody/__init__.py @@ -23,7 +23,7 @@ from .backends import get_backend from .logger import enable_logging -__version__ = "0.1.1" +__version__ = "0.1.2" __all__ = [ "__version__",