Skip to content

Commit 3e8ae9f

Browse files
authored
Merge pull request #3 from adcontextprotocol/release-please--branches--main
chore(main): release 0.1.2
2 parents 0b7599d + 899c0fb commit 3e8ae9f

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.1"
2+
".": "0.1.2"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.2](https://github.com/adcontextprotocol/adcp-client-python/compare/v0.1.1...v0.1.2) (2025-11-05)
4+
5+
6+
### Bug Fixes
7+
8+
* correct secret name from PYPI_API_TOKEN to PYPY_API_TOKEN ([0b7599d](https://github.com/adcontextprotocol/adcp-client-python/commit/0b7599d09321c8a12e934a249817816f60b92372))
9+
310
## [0.1.1](https://github.com/adcontextprotocol/adcp-client-python/compare/v0.1.0...v0.1.1) (2025-11-05)
411

512

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 = "adcp"
7-
version = "0.1.1"
7+
version = "0.1.2"
88
description = "Official Python client for the Ad Context Protocol (AdCP)"
99
authors = [
1010
{name = "AdCP Community", email = "maintainers@adcontextprotocol.org"}

src/adcp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from adcp.client import ADCPClient, ADCPMultiAgentClient
99
from adcp.types.core import AgentConfig, TaskResult, WebhookMetadata
1010

11-
__version__ = "0.1.1"
11+
__version__ = "0.1.2"
1212
__all__ = [
1313
"ADCPClient",
1414
"ADCPMultiAgentClient",

0 commit comments

Comments
 (0)