Skip to content

Commit 387a084

Browse files
authored
chore: 0.5.5 (#87)
1 parent f4aef86 commit 387a084

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
然后使用 `pip` 命令安装指定版本,例如:
2020

2121
```bash
22-
pip install git+https://github.com/smjc-org/py-submit.git@0.5.4
22+
pip install git+https://github.com/smjc-org/py-submit.git@0.5.5
2323
```
2424

2525
或者从特定 commit 安装:
2626

2727
```bash
28-
pip install git+https://github.com/smjc-org/py-submit.git@3c98b34901ca0a70c50c0ef559d1ebb920ce9757
28+
pip install git+https://github.com/smjc-org/py-submit.git@00c745e2c6a26b9d8b5665c1221413c5463ec24a
2929
```
3030

3131
上述命令会将本程序安装到环境变量中指定的目录下,后续可直接通过 `submit` 命令调用。

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "submit"
7-
version = "0.5.4"
7+
version = "0.5.5"
88
description = "Extract code block which should be submitted to regulatory agency."
99
readme = "README.md"
1010
requires-python = ">=3.10"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)