Skip to content

Commit

Permalink
Merge pull request #58 from tonykchen/bump-to-0.2.0
Browse files Browse the repository at this point in the history
Bump to 0.2.0
  • Loading branch information
tonykchen authored May 13, 2024
2 parents a264ba1 + ee82953 commit 4ee7e8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0] - 2024-05-13

### Changed
- Convert the `q_business_user_id` configuration as optional to support applications that require AWS IAM Identity Center ([#56](https://github.com/awslabs/agent-evaluation/pull/56))
- Changed `TargetResponse` to a top-level import ([#57](https://github.com/awslabs/agent-evaluation/pull/57))
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
from setuptools import find_packages

DIST_NAME = "agent-evaluation"
VERSION = "0.1.0"
VERSION = "0.2.0"
DESCRIPTION = "A generative AI-powered framework for testing virtual agents."
AUTHOR = "Amazon Web Services"
EMAIL = "[email protected]"
URL = "https://github.com/awslabs/agent-evaluation"
URL = "https://awslabs.github.io/agent-evaluation/"
PACKAGE_DIR = "src"
REQUIRES_PYTHON = ">=3.9"
PACKAGE_DATA = {
Expand Down

0 comments on commit 4ee7e8a

Please sign in to comment.