-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
config(setup.py): update setup.py version.
- Loading branch information
1 parent
043f139
commit 51fa48d
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# @Author: JanKinCai | ||
# @Date: 2019-11-09 10:08:53 | ||
# @Last Modified by: jankincai | ||
# @Last Modified time: 2024-09-14 10:04:08 | ||
# @Last Modified time: 2024-09-14 11:26:59 | ||
import os | ||
import glob | ||
|
||
|
@@ -55,7 +55,7 @@ def read_requirements(path): | |
|
||
setup( | ||
name="python-libpcap", | ||
version="0.5.1", | ||
version="0.5.0", | ||
author="JanKinCai", | ||
author_email="[email protected]", | ||
maintainer="JanKinCai", | ||
|