From b6176ab197c795c5c191604ded07adcf6cdb009e Mon Sep 17 00:00:00 2001 From: Ruoyu Ying Date: Sat, 11 May 2024 11:27:08 +0800 Subject: [PATCH] vmsdk/python: bump version to 0.5.0 --- src/python/pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/python/pyproject.toml b/src/python/pyproject.toml index d63fdbc..d37ccb5 100644 --- a/src/python/pyproject.toml +++ b/src/python/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cctrusted_vm" -version = "0.4.0" +version = "0.5.0" authors = [ { name="Lu, Ken", email="ken.lu@intel.com" }, { name="Zhang, Wenhui", email="wenhui.zhang@bytedance.com" }, @@ -20,8 +20,8 @@ dependencies = [ ] [project.urls] -"Homepage" = "https://github.com/cc-api/cc-trusted-api" -"Bug Tracker" = "https://github.com/cc-api/cc-trusted-api/issues" +"Homepage" = "https://github.com/cc-api/cc-trusted-vmsdk" +"Bug Tracker" = "https://github.com/cc-api/cc-trusted-vmsdk/issues" [build-system] requires = ["setuptools", "wheel"]