Skip to content

Commit

Permalink
Update in setup to use correct multiping.
Browse files Browse the repository at this point in the history
Version bump.
  • Loading branch information
Juergen Brendel committed Aug 18, 2017
1 parent d36cf04 commit 19b3d55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ def get_readme():
'netaddr==0.7.19',
'wsgiref==0.1.2',
'watchdog==0.8.3',
'multiping==1.0.1',
'multiping==1.0.2',
],
dependency_links = [
"https://github.com/romana/multi-ping/tarball/master#egg=multiping-1.0.1"
"https://github.com/romana/multi-ping/tarball/master#egg=multiping-1.0.2"
],
classifiers = [
'Programming Language :: Python',
Expand Down
2 changes: 1 addition & 1 deletion vpcrouter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
"""

__version__ = "1.6.1"
__version__ = "1.6.2"

0 comments on commit 19b3d55

Please sign in to comment.