Skip to content

Commit f7fa378

Browse files
authored
Merge pull request #40 from dongx1x/bump-version
sdk: bump version to 0.4.0
2 parents 99178f9 + 6f025de commit f7fa378

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

sdk/python3/ccnp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""CCNP framework to enable TEE related operations in cloud native environments"""
22

3-
__version__ = "0.3.1"
3+
__version__ = "0.4.0"
44

55
from .sdk import CcnpSdk

sdk/python3/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ccnp"
3-
version = "0.3.1"
3+
version = "0.4.0"
44
authors = [
55
{ name="Lu, Ken", email="[email protected]" },
66
{ name="Ying, Ruoyu", email="[email protected]" },

sdk/python3/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = ccnp
3-
version = 0.0.1
3+
version = 0.4.0
44
description = SDKs to enable confidential computing in cloud native environments
55
long_description = file: README.md
66
url = https://github.com/intel/confidential-cloud-native-primitives

service/ccnp-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ccnp_server"
3-
version = "0.3.2"
3+
version = "0.4.0"
44
edition = "2021"
55

66
[[bin]] # Bin to run the quote server

0 commit comments

Comments
 (0)