Skip to content

Commit 0245d32

Browse files
committed
fix:image fix in pypi package
1 parent 2a6ae24 commit 0245d32

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="images/logo.png" alt="Lambda Logo" width="120">
2+
<img src="https://raw.githubusercontent.com/ayusrjn/lambda/main/images/logo.png" alt="Lambda Logo" width="120">
33
</p>
44

55
<h1 align="center">Lambda Agent</h1>
@@ -18,7 +18,7 @@
1818
---
1919

2020
<p align="center">
21-
<img src="images/screen.png" alt="Lambda Interface" width="auto">
21+
<img src="https://raw.githubusercontent.com/ayusrjn/lambda/main/images/screen.png" alt="Lambda Interface" width="auto">
2222
</p>
2323

2424
---

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 = "lambda-agent"
7-
version = "0.1.1"
7+
version = "0.1.3"
88
description = "Lambda - A minimal AI coding agent"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)