Skip to content

Commit f5f3e34

Browse files
Anyeshclaude
andcommitted
chore: bump version to 0.2.0
Multi-run support, demo GIF, tightened README. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d99a6ce commit f5f3e34

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "skillprobe"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
description = "Automated end-to-end skill testing for LLM coding tools"
55
readme = "README.md"
66
license = "MIT"

src/skillprobe/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.1"
1+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)