Skip to content

Commit 4dde085

Browse files
chore: bump version to 1.0.0
Align pyproject.toml and core/config.py with api/main.py. The platform is production-ready with 309 specs across 9 libraries. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 5d39b7f commit 4dde085

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class Settings(BaseSettings):
5858
base_url: str = "https://pyplots.ai"
5959
"""Base URL for the application (used in sitemaps, etc.)"""
6060

61-
api_version: str = "0.2.0"
61+
api_version: str = "1.0.0"
6262
"""API version"""
6363

6464
# =============================================================================

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 = "0.2.0"
4+
version = "1.0.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)