Skip to content

Commit

Permalink
chore: Bump version to 0.0.2 (#32)
Browse files Browse the repository at this point in the history
* chore: Bump version to 0.0.2

* lock file
  • Loading branch information
John-peterson-coinbase authored Nov 8, 2024
1 parent ffc3aaa commit 6d666e6
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 7 deletions.
4 changes: 4 additions & 0 deletions cdp-agentkit-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@

## Unreleased

## [0.0.2] - 2024-11-07

### Added

- Added `wow_create_token` action.
- Enhanced prompts.
- Refactored Action exports.

## [0.0.1] - 2024-11-04

Expand Down
2 changes: 1 addition & 1 deletion cdp-agentkit-core/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

project = 'CDP Agentkit - Core'
author = 'Coinbase Developer Platform'
release = '0.0.1'
release = '0.0.2'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion cdp-agentkit-core/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cdp-agentkit-core"
version = "0.0.1"
version = "0.0.2"
description = "CDP Agentkit core primitives"
authors = ["John Peterson <[email protected]>"]
readme = "README.md"
Expand Down
3 changes: 3 additions & 0 deletions cdp-langchain/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

## Unreleased

## [0.0.2] - 2024-11-07

### Added

- Added `wow_create_token` action to the cdp toolkit.
- Refactor most action/tool implementation to `cdp-agentkit-core`.

## [0.0.1] - 2024-11-04

Expand Down
2 changes: 1 addition & 1 deletion cdp-langchain/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

project = 'CDP Agentkit - LangChain'
author = 'Coinbase Developer Platform'
release = '0.0.1'
release = '0.0.2'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
4 changes: 2 additions & 2 deletions cdp-langchain/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions cdp-langchain/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cdp-langchain"
version = "0.0.1"
version = "0.0.2"
description = "CDP Agentkit Langchain Extension"
authors = ["John Peterson <[email protected]>"]
readme = "README.md"
Expand All @@ -15,7 +15,7 @@ langchain-openai = "^0.2.4"
langgraph = "^0.2.39"
cdp-sdk = "^0.10.3"
pydantic = "^2.0"
cdp-agentkit-core = "^0.0.1"
cdp-agentkit-core = "^0.0.2"

[tool.poetry.group.dev.dependencies]
ruff = "^0.7.1"
Expand Down

0 comments on commit 6d666e6

Please sign in to comment.