Skip to content

Commit 2edae3e

Browse files
committed
feat: rcrscoreのインストールコマンドを更新し、バージョンをv0.2.2に変更
1 parent 5804e14 commit 2edae3e

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

docs/source/install/install/install.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
パッケージをインストールするには、次のコマンドを実行します:
1515

1616
```bash
17+
pip install rcrscore@git+https://github.com/adf-python/rcrs-core-python@v0.2.2
1718
pip install git+https://github.com/adf-python/adf-core-python.git
1819
```
1920

docs/source/quickstart/quickstart.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
パッケージをインストールするには、次のコマンドを実行します:
1313

1414
```bash
15+
pip install rcrscore@git+https://github.com/adf-python/rcrs-core-python@v0.2.2
1516
pip install git+https://github.com/adf-python/adf-core-python.git
1617
```
1718

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,4 +140,4 @@ pythonpath = ["src"]
140140
testpaths = ["tests"]
141141

142142
[tool.uv.sources]
143-
rcrscore = { git = "https://github.com/adf-python/rcrs-core-python" , tag = "v0.2.0" }
143+
rcrscore = { git = "https://github.com/adf-python/rcrs-core-python" , tag = "v0.2.2" }

0 commit comments

Comments
 (0)