Skip to content

Commit a47a11f

Browse files
release 0.5.1 (#399)
1 parent 2c00762 commit a47a11f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "veadk-python"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
description = "Volcengine agent development kit, integrations with Volcengine cloud services."
55
readme = "README.md"
66
requires-python = ">=3.10"
@@ -40,7 +40,7 @@ dependencies = [
4040
"opensearch-py==2.8.0",
4141
"filetype==1.2.0",
4242
"vikingdb-python-sdk==0.1.3",
43-
"agentkit-sdk-python==0.2.0"
43+
"agentkit-sdk-python>=0.2.0"
4444
]
4545

4646
[project.scripts]

veadk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
VERSION = "0.5.0"
15+
VERSION = "0.5.1"

0 commit comments

Comments
 (0)