We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a6673a commit b5a6e68Copy full SHA for b5a6e68
README.md
@@ -32,20 +32,20 @@
32
33
## 使用方法
34
```bash
35
-pip install gpt-prompt
+pip install gpt_prompt
36
```
37
> 或者
38
39
-pip install -i https://pypi.org/simple/ gpt-prompt
+pip install -i https://pypi.org/simple/ gpt_prompt
40
41
42
## Usage Instructions
43
44
45
46
> Alternatively,
47
48
49
50
51
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="gpt_prompt",
8
- version="0.0.5",
+ version="0.0.6",
9
author="limaoyi",
10
author_email="[email protected]",
11
description="Convenient for Python users to directly reference the source code of the GPT question template "
0 commit comments