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

[skywalking-python] branch master updated: update version (#71)

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 a92eda3  update version (#71)
a92eda3 is described below

commit a92eda3acc5d127219463f37da9f6e002cd3a710
Author: huawei <al...@gmail.com>
AuthorDate: Tue Aug 25 06:23:50 2020 +0800

    update version (#71)
    
    * update CHANGELOG
    
    * update version
    
    Co-authored-by: huawei <hu...@bit-s.cn>
    Co-authored-by: kezhenxu94 <ke...@apache.org>
---
 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": [