diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 895bf0e..b725ab0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.0" + ".": "2.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 18f87fd..fb5d5cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.1](https://github.com/StackOneHQ/stackone-ai-python/compare/stackone-ai-v2.0.0...stackone-ai-v2.0.1) (2025-12-29) + + +### Documentation + +* **readme:** reorganise installation section ([#72](https://github.com/StackOneHQ/stackone-ai-python/issues/72)) ([3cde479](https://github.com/StackOneHQ/stackone-ai-python/commit/3cde4794739e95479409396adc3b6e3b01eb3d33)) + ## [2.0.0](https://github.com/StackOneHQ/stackone-ai-python/compare/stackone-ai-v0.3.4...stackone-ai-v2.0.0) (2025-12-29) diff --git a/pyproject.toml b/pyproject.toml index 546592b..6a3bbe4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "stackone-ai" -version = "2.0.0" +version = "2.0.1" description = "agents performing actions on your SaaS" readme = "README.md" requires-python = ">=3.11" diff --git a/stackone_ai/__init__.py b/stackone_ai/__init__.py index ec25581..6def972 100644 --- a/stackone_ai/__init__.py +++ b/stackone_ai/__init__.py @@ -8,4 +8,4 @@ "StackOneTool", "Tools", ] -__version__ = "2.0.0" +__version__ = "2.0.1"