From 8dfa04319ee3b89aa6a5cb98e49c8ee04f5aa621 Mon Sep 17 00:00:00 2001 From: chenslucky <75061414+chenslucky@users.noreply.github.com> Date: Mon, 28 Aug 2023 14:07:10 +0800 Subject: [PATCH] Update tool package version to 0.1.0b5 (#192) # Description Update tool package version to 0.1.0b5 # All Promptflow Contribution checklist: - [x] **The pull request does not introduce [breaking changes]** - [x] **CHANGELOG is updated for new features, bug fixes or other significant changes.** - [x] **I have read the [contribution guidelines](../CONTRIBUTING.md).** ## General Guidelines and Best Practices - [x] Title of the pull request is clear and informative. - [x] There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, [see this page](https://github.com/Azure/azure-powershell/blob/master/documentation/development-docs/cleaning-up-commits.md). ### Testing Guidelines - [x] Pull request includes test coverage for the included changes. --------- Co-authored-by: cs_lucky --- src/promptflow-tools/promptflow/version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/promptflow-tools/promptflow/version.txt b/src/promptflow-tools/promptflow/version.txt index 5944a00718b..b7cbee9a727 100644 --- a/src/promptflow-tools/promptflow/version.txt +++ b/src/promptflow-tools/promptflow/version.txt @@ -1 +1 @@ -VERSION = "0.1.0b4" \ No newline at end of file +VERSION = "0.1.0b5" \ No newline at end of file