Skip to content

Commit

Permalink
Merge pull request #94 from pipecat-ai/mb/release-0.0.13
Browse files Browse the repository at this point in the history
Bump version for 0.0.13 release
  • Loading branch information
markbackman authored Feb 6, 2025
2 parents a3143c3 + 2f818fd commit ddcb7b7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
source .venv/bin/activate
python -m pip install --upgrade pip
pip install -r dev-requirements.txt -r test-requirements.txt
pip uninstall -y google-generativeai google-genai google-ai-generativelanguage
pip install "google-genai==0.7.0"
pip install "pipecat-ai[google,openai,anthropic]"
pip install -e .
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to **Pipecat Flows** will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.0.13] - 2025-02-06

### Added

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pipecat-ai-flows"
version = "0.0.12"
version = "0.0.13"
description = "Conversation Flow management for Pipecat AI applications"
license = { text = "BSD 2-Clause License" }
readme = "README.md"
Expand All @@ -19,7 +19,7 @@ classifiers = [
"Topic :: Multimedia :: Sound/Audio",
]
dependencies = [
"pipecat-ai>=0.0.53",
"pipecat-ai>=0.0.55",
"loguru~=0.7.2",
]

Expand Down

0 comments on commit ddcb7b7

Please sign in to comment.