Skip to content

Commit 4ece6a9

Browse files
author
cellarius
committed
chore: bump to 0.3.1
1 parent c3183ee commit 4ece6a9

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
},
66
"metadata": {
77
"description": "Claude Code plugin for optimizing text artifacts using gepa",
8-
"version": "0.3.0"
8+
"version": "0.3.1"
99
},
1010
"plugins": [
1111
{
1212
"name": "optimize-anything",
1313
"source": "./",
1414
"description": "Optimize any text artifact using gepa — prompts, code, configs, skills",
15-
"version": "0.3.0",
15+
"version": "0.3.1",
1616
"homepage": "https://github.com/ASRagab/optimize-anything",
1717
"repository": "https://github.com/ASRagab/optimize-anything",
1818
"keywords": ["optimization", "gepa", "prompts", "evaluator", "llm-judge"],

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "optimize-anything",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Optimize any text artifact using gepa — prompts, code, configs, skills",
55
"keywords": ["optimization", "gepa", "prompts", "evaluator"],
66
"author": {

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "optimize-anything"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "Optimize any text artifact using gepa — prompts, code, configs, skills"
55
readme = "README.md"
66
license = {text = "MIT"}

0 commit comments

Comments
 (0)