We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94c37ae commit 980f5adCopy full SHA for 980f5ad
src/setup.py
@@ -6,7 +6,7 @@
6
7
setup(
8
name="pyshark",
9
- version="0.4.6",
+ version="0.5",
10
packages=find_packages(),
11
package_data={'': ['*.ini', '*.pcapng']},
12
install_requires=['lxml', 'py', 'packaging', 'appdirs'],
0 commit comments