Skip to content

Commit f0d3957

Browse files
chore: bump version to 1.1.0
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent dc04df2 commit f0d3957

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pyplots-website",
3-
"version": "0.2.0",
3+
"version": "1.1.0",
44
"description": "pyplots Frontend - AI-powered plotting examples",
55
"private": true,
66
"type": "module",

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 = "pyplots"
4-
version = "1.0.0"
4+
version = "1.1.0"
55
description = "AI-powered Python plotting examples"
66
authors = [{ name = "Markus Neusinger", email = "admin@pyplots.ai" }]
77
requires-python = ">=3.14"

0 commit comments

Comments
 (0)