Skip to content

Commit ad387aa

Browse files
chore(release): bump version to 2.2.0 (#5555)
## Summary - Bumps `pyproject.toml` version from `2.0.0` → `2.2.0` to align with the upcoming `v2.2.0` GitHub release tag. - No code changes. Release notes will be published on the tag. ## Why now `pyproject.toml` had drifted from the released tag (stayed at `2.0.0` through `v2.1.0`). Aligning it ahead of `v2.2.0` so external tools that read `pyproject.toml` see the same version as the GitHub release. ## Test plan - [x] `uv run ruff check pyproject.toml` passes - [ ] CI lint + tests pass on this PR 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 222af29 commit ad387aa

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,7 +1,7 @@
11
# pyproject.toml
22
[project]
33
name = "anyplot"
4-
version = "2.0.0"
4+
version = "2.2.0"
55
description = "AI-powered plotting examples"
66
authors = [{ name = "Markus Neusinger", email = "admin@anyplot.ai" }]
77
requires-python = ">=3.13"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)