We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d5397b commit a92eda3Copy full SHA for a92eda3
1 file changed
setup.py
@@ -25,7 +25,7 @@
25
26
setup(
27
name="apache-skywalking",
28
- version="0.2.0",
+ version="0.3.0",
29
description="Python Agent for Apache SkyWalking",
30
long_description=README,
31
long_description_content_type="text/markdown",
@@ -39,6 +39,7 @@
39
"grpcio",
40
"grpcio-tools",
41
"requests",
42
+ "packaging",
43
],
44
extras_require={
45
"test": [
0 commit comments