Skip to content

Commit

Permalink
Bumped version to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Barberio committed Jun 28, 2016
1 parent d761919 commit be19942
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.1',
version='0.2',
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/0.1.tar.gz',
download_url='https://github.com/insomniacslk/python-dublin-traceroute/archive/v0.2.tar.gz',
platforms=['linux', 'darwin'],
ext_modules=[dublintraceroute],
keywords=['traceroute', 'networking', 'multipath', 'nat'],
Expand Down

0 comments on commit be19942

Please sign in to comment.