Skip to content

Commit 1f55aef

Browse files
committed
bump: Version 0.1.1 - Documentation improvements
- Updated README with accurate READ-ONLY documentation - Added comprehensive PyPI and GitHub workflow badges - Corrected feature descriptions to reflect read-only nature - Enhanced safety explanations and use cases - Improved examples showing only supported operations
1 parent 7dd04a6 commit 1f55aef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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 = "strands-hubspot"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "HubSpot CRM tool for Strands Agents SDK"
99
readme = "README.md"
1010
requires-python = ">=3.9"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name="strands-hubspot",
13-
version="0.1.0",
13+
version="0.1.1",
1414
description="HubSpot CRM tool for Strands Agents SDK",
1515
long_description=long_description,
1616
long_description_content_type="text/markdown",

strands_hubspot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515

1616
from .hubspot import hubspot
1717

18-
__version__ = "0.1.0"
18+
__version__ = "0.1.1"
1919
__all__ = ["hubspot"]
2020

0 commit comments

Comments
 (0)