Skip to content

Commit 018b1d9

Browse files
authored
upgrade my-tools-package to 0.0.4 (#862)
# Description upgrade my-tools-package to 0.0.4 for dynamic list example tool # All Promptflow Contribution checklist: - [X] **The pull request does not introduce [breaking changes].** - [ ] **CHANGELOG is updated for new features, bug fixes or other significant changes.** - [X] **I have read the [contribution guidelines](../CONTRIBUTING.md).** - [X] **Create an issue and link to the pull request to get dedicated review from promptflow team. Learn more: [suggested workflow](../CONTRIBUTING.md#suggested-workflow).** ## 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.
1 parent 8dfb81a commit 018b1d9

File tree

1 file changed

+1
-1
lines changed
  • examples/tools/tool-package-quickstart

1 file changed

+1
-1
lines changed

examples/tools/tool-package-quickstart/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name=PACKAGE_NAME,
7-
version="0.0.3",
7+
version="0.0.4",
88
description="This is my tools package",
99
packages=find_packages(),
1010
entry_points={

0 commit comments

Comments
 (0)