Skip to content

Commit

Permalink
Version bump v0.29.1 (#1043)
Browse files Browse the repository at this point in the history
  • Loading branch information
collindutter authored Aug 2, 2024
1 parent ca2522e commit 43f25d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Remove `BaseTextArtifact`, revert `CsvRowArtifact` to subclass `TextArtifact`.

### Fixed
- Missing extra for `drivers-text-to-speech-elevenlabs`.

## [0.29.0] - 2024-07-30

### Added
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "griptape"
version = "0.29.0"
version = "0.29.1"
description = "Modular Python framework for LLM workflows, tools, memory, and data."
authors = ["Griptape <[email protected]>"]
license = "Apache 2.0"
Expand Down

0 comments on commit 43f25d3

Please sign in to comment.