Skip to content

Commit 013d2ef

Browse files
committed
[release] 0.1.1
1 parent 8355cd4 commit 013d2ef

File tree

11 files changed

+12
-12
lines changed

11 files changed

+12
-12
lines changed

.github/workflows/acp-python-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ jobs:
3838
3939
- uses: pypa/gh-action-pypi-publish@release/v1
4040
with:
41-
password: ${{ secrets.TWINE_PASSWORD }}
41+
password: ${{ secrets.TWINE_ACP_PACKAGE_PASSWORD }}
4242
packages_dir: python/dist

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0
1+
0.1.1

python/agentic_commerce_protocol/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Agentic Commerce Protocol - Type definitions for the protocol specification.
33
"""
44

5-
__version__ = "0.1.0"
5+
__version__ = "0.1.1"
66

77
from .types import Placeholder
88

python/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 = "agentic-commerce-protocol"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "Type definitions for the Agentic Commerce Protocol specification"
99
readme = "README.md"
1010
requires-python = ">=3.9"

ruby/agentic-commerce-protocol.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |spec|
22
spec.name = "agentic-commerce-protocol"
3-
spec.version = "0.1.0"
3+
spec.version = "0.1.1"
44
spec.authors = ["Svix"]
55
spec.email = []
66

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

33
module AgenticCommerceProtocol
4-
VERSION = "0.1.0"
4+
VERSION = "0.1.1"
55
end
66

rust/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "agentic-commerce-protocol"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
authors = ["Svix"]
66
description = "Type definitions for the Agentic Commerce Protocol specification"

rust/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Add this to your `Cargo.toml`:
1010

1111
```toml
1212
[dependencies]
13-
agentic-commerce-protocol = "0.1.0"
13+
agentic-commerce-protocol = "0.1.1"
1414
```
1515

1616
## Usage

typescript/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)