Skip to content

Commit

Permalink
Bumped version to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
insomniacslk committed Sep 17, 2016
1 parent 8c6bf4b commit 02c0695
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
setup(
name='dublintraceroute',
packages=['dublintraceroute'],
version='0.2.2',
version='0.3',
author='Andrea Barberio',
author_email='[email protected]',
description='NAT-aware multipath traceroute',
license='BSD',
url='https://www.dublin-traceroute.net',
download_url='https://github.com/insomniacslk/python-dublin-traceroute/archive/v0.2.2.tar.gz',
download_url='https://github.com/insomniacslk/python-dublin-traceroute/archive/v0.3.tar.gz',
platforms=['linux', 'darwin'],
ext_modules=[dublintraceroute],
keywords=['traceroute', 'networking', 'multipath', 'nat'],
Expand Down

0 comments on commit 02c0695

Please sign in to comment.