aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 499a473..a90b0e5 100644
--- a/setup.py
+++ b/setup.py
@@ -7,11 +7,11 @@ readme = (Path(__file__).parent / 'README.rst').read_text()
setup(
name='etap2pcap',
- version='0.0.1',
+ version='0.0.2',
description='Tibbo Ethernet Tap pcap logger',
long_description=readme,
long_description_content_type='text/x-rst',
- url='https://github.com/bnozokopic/etap2pcap',
+ url='https://github.com/bozokopic/etap2pcap',
packages=['etap2pcap'],
license='GPLv3',
classifiers=[