This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-python.git
The following commit(s) were added to refs/heads/master by this push:
new 28602ae Bump up version to 1.1.0 (#347)
28602ae is described below
commit 28602aec01a7f5434c7fe1bd73338cd4478e0761
Author: kezhenxu94 <[email protected]>
AuthorDate: Wed Jul 17 13:06:01 2024 +0800
Bump up version to 1.1.0 (#347)
---
pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
index 8fc836f..d0daf01 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,7 +16,7 @@
[tool.poetry]
name = "apache-skywalking"
-version = "1.0.1"
+version = "1.1.0"
description = "The Python Agent for Apache SkyWalking, which provides the
native tracing/metrics/logging/profiling abilities for Python projects."
license = "Apache-2.0"
authors = ["Apache Software Foundation <[email protected]>"]