Skip to content

Commit 800bd3c

Browse files
committed
Bump the version, slightly better install steps.
1 parent abd7ca7 commit 800bd3c

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ Unlock 500+ episodes of [Talk Python to Me](https://talkpython.fm), full transcr
1717
Requires Python 3.12+.
1818

1919
```bash
20-
# Try it instantly with uvx (no install needed)
21-
uvx --from talk-python-cli talkpython episodes recent
22-
23-
# Or install it permanently with uv
20+
# Install it permanently with uv
2421
uv tool install talk-python-cli
2522

23+
# Or try it instantly with uvx (no install needed)
24+
uvx --from talk-python-cli talkpython episodes recent
25+
2626
# Or with pip
2727
pip install talk-python-cli
2828
```
@@ -31,6 +31,8 @@ This installs the `talkpython` command.
3131

3232
## Quick start
3333

34+
Copy this whole block and paste it into your terminal to see what you get.
35+
3436
```bash
3537
# Search for episodes about FastAPI
3638
talkpython episodes search "FastAPI"

change-log.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.1.1] - 2026-02-07
8+
## [0.1.2] - 2026-02-07
99

1010
### Added
1111
- `talkpython status` command to check MCP server health and display version info

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "talk-python-cli"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "CLI for the Talk Python to Me podcast and courses"
55
requires-python = ">=3.12"
66
license = "MIT"

0 commit comments

Comments
 (0)