Skip to content

Commit 6ae92a4

Browse files
committed
chore: bump version to 0.3.0 for the pythonlings rename release
1 parent 55a4ac7 commit 6ae92a4

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
All notable changes to this project are documented here. Pythonlings follows
44
Semantic Versioning.
55

6-
## [Unreleased]
6+
## [0.3.0] - 2026-06-10
77

88
### Changed
99

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ cd learn-python && uvx pythonlings
2727
How it works: **edit** the broken exercise in your own editor → **save**
2828
checks rerun and advance you to the next one. That's the whole loop.
2929

30-
Status: `v0.2.0`, alpha — published on PyPI as `pythonlings`.
30+
Status: `v0.3.0`, alpha — published on PyPI as `pythonlings`.
3131

3232
![Coding screen](docs/assets/screenshots/coding-screen.png)
3333

pyproject.toml

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

55
[project]
66
name = "pythonlings"
7-
version = "0.2.0"
7+
version = "0.3.0"
88
description = "Python learnings, Rustlings-style, in a terminal TUI."
99
readme = "Readme.md"
1010
requires-python = ">=3.9"

pythonlings/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import sys
66
from pathlib import Path
77

8-
__version__ = "0.2.0"
8+
__version__ = "0.3.0"
99

1010

1111
def _build_parser() -> argparse.ArgumentParser:

0 commit comments

Comments
 (0)