From 5fdc84043389d528119306d3fcff404eeccebe0e Mon Sep 17 00:00:00 2001 From: Satoyuki Tsukano Date: Fri, 11 Oct 2024 17:18:58 +0900 Subject: [PATCH 1/2] docs: fix readthedocs URL (#40) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 245c819..0ce175f 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ By using it in conjunction with various OSS provided by [@oqtopus-team](https:// ## Documentation -- [Documentation Home](https://readthedocs.org/projects/oqtopus-cloud/) +- [Documentation Home](https://oqtopus-cloud.readthedocs.io/) ## CITATION From a91be7e0f174fb0b05e709705b350cdb35f3ee55 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 17:20:39 +0900 Subject: [PATCH 2/2] release: update version to 0.1.4 (#42) Co-authored-by: orangekame3 <49517624+orangekame3@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b57bb54..dad83df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "backend" -version = "0.1.3" +version = "0.1.4" description = "OQTOPUS Cloud is a project that provides the architecture of cloud quantum computers as an open-source software (OSS). By using it in conjunction with various OSS provided by [@oqtopus-team](https://github.com/oqtopus-team), you can build a cloud quantum computer system." authors = ["oqtopus-team "] readme = "README.md"