Skip to content

Commit 76ca691

Browse files
authored
Merge pull request #2 from adcontextprotocol/release-please--branches--main
chore(main): release 0.1.1
2 parents 28d8154 + b24371f commit 76ca691

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.0"
2+
".": "0.1.1"
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.1](https://github.com/adcontextprotocol/adcp-client-python/compare/v0.1.0...v0.1.1) (2025-11-05)
4+
5+
6+
### Bug Fixes
7+
8+
* remove deprecated package-name parameter from release-please config ([28d8154](https://github.com/adcontextprotocol/adcp-client-python/commit/28d8154a8185e6c841804b39e7381f6bb22bde03))
9+
310
## 0.1.0 (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.0"
7+
version = "0.1.1"
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.0"
11+
__version__ = "0.1.1"
1212
__all__ = [
1313
"ADCPClient",
1414
"ADCPMultiAgentClient",

0 commit comments

Comments
 (0)