You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by al...@apache.org on 2020/08/24 14:52:38 UTC

[skywalking-python] 01/01: update version

This is an automated email from the ASF dual-hosted git repository.

alonelaval pushed a commit to branch release-0.3.0
in repository https://gitbox.apache.org/repos/asf/skywalking-python.git

commit 1e788c475d3fb48ce1da65ddd7fc8b3b5d0a468c
Author: huawei <al...@gmail.com>
AuthorDate: Mon Aug 24 22:52:01 2020 +0800

    update version
---
 setup.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 9d34faf..b2e2b0b 100644
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,7 @@ README = (HERE / "README.md").read_text()
 
 setup(
     name="apache-skywalking",
-    version="0.2.0",
+    version="0.3.0",
     description="Python Agent for Apache SkyWalking",
     long_description=README,
     long_description_content_type="text/markdown",
@@ -39,6 +39,7 @@ setup(
         "grpcio",
         "grpcio-tools",
         "requests",
+        "packaging",
     ],
     extras_require={
         "test": [