Skip to content
This repository was archived by the owner on Dec 13, 2021. It is now read-only.

Commit b685f7a

Browse files
committed
Release v0.0.2
1 parent 2b4e673 commit b685f7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
setup(
33
name='hookswitch',
44
packages=['hookswitch', 'hookswitch.cli', 'hookswitch.internal'],
5-
version='0.0.1',
5+
version='0.0.2',
66
description='A usermode packet injection library',
77
author='Akihiro Suda',
88
author_email='[email protected]',
99
url='https://github.com/osrg/hookswitch',
10-
download_url='https://github.com/osrg/hookswitch/tarball/v0.0.1',
10+
download_url='https://github.com/osrg/hookswitch/tarball/v0.0.2',
1111
license='Apache License 2.0',
1212
scripts=[
1313
'bin/hookswitch-nfq',

0 commit comments

Comments
 (0)