Skip to content

Commit 2e278a6

Browse files
JetoPistolaclaude
andauthored
[NA] [CI] chore: set version to 0.1.0 for first public release (#22)
pyproject was at 0.1.1 (bumped only to avoid a TestPyPI upload collision during testing). The first PUBLIC PyPI release is 0.1.0, and the draft GitHub release is tagged v0.1.0 — the publish workflow's guard requires tag == pyproject version, so set it back to 0.1.0. PyPI has never seen opik-hermes, so no collision. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent f7fd179 commit 2e278a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "opik-hermes"
7-
version = "0.1.1"
7+
version = "0.1.0"
88
description = "Opik observability plugin for the Hermes agent — traces conversations, LLM calls, and tool usage to Opik."
99
readme = "README.md"
1010
requires-python = ">=3.11,<3.14"

0 commit comments

Comments
 (0)