Skip to content

Commit be19942

Browse files
author
Andrea Barberio
committed
Bumped version to 0.2
1 parent d761919 commit be19942

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
@@ -29,13 +29,13 @@
2929
setup(
3030
name='dublintraceroute',
3131
packages=['dublintraceroute'],
32-
version='0.1',
32+
version='0.2',
3333
author='Andrea Barberio',
3434
author_email='[email protected]',
3535
description='NAT-aware multipath traceroute',
3636
license='BSD',
3737
url='https://www.dublin-traceroute.net',
38-
download_url='https://github.com/insomniacslk/python-dublin-traceroute/archive/0.1.tar.gz',
38+
download_url='https://github.com/insomniacslk/python-dublin-traceroute/archive/v0.2.tar.gz',
3939
platforms=['linux', 'darwin'],
4040
ext_modules=[dublintraceroute],
4141
keywords=['traceroute', 'networking', 'multipath', 'nat'],

0 commit comments

Comments
 (0)