Skip to content

Commit

Permalink
Update tool package version to 0.1.0b5 (#192)
Browse files Browse the repository at this point in the history
# 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 <si.chen@microsoft.com>
  • Loading branch information
chenslucky and cs_lucky authored Aug 28, 2023
1 parent 4975c7e commit 8dfa043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/promptflow-tools/promptflow/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.1.0b4"
VERSION = "0.1.0b5"

0 comments on commit 8dfa043

Please sign in to comment.