Skip to content

Commit 8b4745a

Browse files
authored
Merge pull request #251 from llmsresearch/chore/v0.3.0-prep
chore: v0.3.0 release prep
2 parents 688d8d8 + 5ce4c4c commit 8b4745a

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

paperbanana/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
if hasattr(_stream, "reconfigure"):
88
_stream.reconfigure(encoding="utf-8", errors="replace")
99

10-
__version__ = "0.2.0"
10+
__version__ = "0.3.0"
1111

1212
from paperbanana.core.pipeline import PaperBananaPipeline
1313
from paperbanana.core.types import DiagramType, GenerationInput, GenerationOutput

paperbanana/providers/registry.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
"ATLASCLOUD_API_KEY": (
3737
"ATLASCLOUD_API_KEY not found.\n\n"
3838
"To fix this:\n"
39-
" 1. Get an API key at: https://www.atlascloud.ai/console/api-keys\n"
39+
" 1. Get an API key at: "
40+
"https://www.atlascloud.ai/console/api-keys?utm_source=github&utm_medium=link&utm_campaign=paperbanana\n"
4041
" 2. Set the environment variable:\n\n"
4142
" export ATLASCLOUD_API_KEY=your-key-here"
4243
),

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 = "paperbanana"
7-
version = "0.2.0"
7+
version = "0.3.0"
88
description = "Agentic framework for automated academic illustration generation"
99
readme = "README.md"
1010
license = "MIT"

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"name": "io.github.llmsresearch/paperbanana",
44
"title": "PaperBanana",
55
"description": "Generate academic diagrams and statistical plots from text using multi-agent AI.",
6-
"version": "0.2.0",
6+
"version": "0.3.0",
77
"packages": [
88
{
99
"registryType": "pypi",
1010
"identifier": "paperbanana",
11-
"version": "0.2.0",
11+
"version": "0.3.0",
1212
"transport": {
1313
"type": "stdio"
1414
}

0 commit comments

Comments
 (0)