We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dd04a6 commit 1f55aefCopy full SHA for 1f55aef
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "strands-hubspot"
7
-version = "0.1.0"
+version = "0.1.1"
8
description = "HubSpot CRM tool for Strands Agents SDK"
9
readme = "README.md"
10
requires-python = ">=3.9"
setup.py
@@ -10,7 +10,7 @@
11
setup(
12
name="strands-hubspot",
13
- version="0.1.0",
+ version="0.1.1",
14
description="HubSpot CRM tool for Strands Agents SDK",
15
long_description=long_description,
16
long_description_content_type="text/markdown",
strands_hubspot/__init__.py
@@ -15,6 +15,6 @@
from .hubspot import hubspot
17
18
-__version__ = "0.1.0"
+__version__ = "0.1.1"
19
__all__ = ["hubspot"]
20
0 commit comments