Skip to content

Commit 1451a10

Browse files
committed
Update readme links
1 parent 202e029 commit 1451a10

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

python-library/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<p align="center">
55
<a href="https://github.com/universal-tool-calling-protocol">
66
<img src="https://img.shields.io/github/followers/universal-tool-calling-protocol?label=Follow%20Org&logo=github" /></a>
7-
<a href="https://pypi.org/project/utcp-code-mode/" title="PyPI Version">
8-
<img src="https://img.shields.io/pypi/v/utcp-code-mode"/></a>
7+
<a href="https://pypi.org/project/code-mode/" title="PyPI Version">
8+
<img src="https://img.shields.io/pypi/v/code-mode"/></a>
99
<a href="https://github.com/universal-tool-calling-protocol/code-mode/blob/main/LICENSE" alt="License">
1010
<img src="https://img.shields.io/github/license/universal-tool-calling-protocol/code-mode" /></a>
1111
</p>
@@ -109,7 +109,7 @@ Works with **any tool ecosystem:**
109109
## Installation
110110

111111
```bash
112-
pip install utcp-code-mode
112+
pip install code-mode
113113
```
114114

115115
## Direct Python Usage

python-library/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 = "code-mode"
7-
version = "0.0.2"
7+
version = "0.0.3"
88
authors = [
99
{ name = "UTCP Contributors" },
1010
]

0 commit comments

Comments
 (0)