Skip to content

Commit fe85190

Browse files
committed
chore: bump version to 0.1.16 [skip ci]
1 parent 76a288c commit fe85190

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "amazon-ads-mcp"
3-
version = "0.1.15"
3+
version = "0.1.16"
44
description = "Amazon Ads API MCP Server - Implementation for Amazon Advertising API"
55
readme = "README.md"
66
requires-python = ">=3.10,<4.0"

src/amazon_ads_mcp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
:type __version__: str
99
"""
1010

11-
__version__ = "0.1.15"
11+
__version__ = "0.1.16"

0 commit comments

Comments
 (0)