Skip to content

Commit

Permalink
Version bump to get latest version of vpcrouter.
Browse files Browse the repository at this point in the history
  • Loading branch information
Juergen Brendel committed Jul 31, 2017
1 parent 70495f8 commit e4ad82b
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 @@ -50,10 +50,10 @@ def get_readme():
include_package_data = True,
install_requires = [
'etcd3==0.6.2',
'vpcrouter==1.4.0'
'vpcrouter==1.4.1'
],
dependency_links=[
"http://github.com/romana/vpc-router/tarball/master#egg=vpcrouter-1.4.0"
"http://github.com/romana/vpc-router/tarball/master#egg=vpcrouter-1.4.1"
],
classifiers = [
'Programming Language :: Python',
Expand Down
2 changes: 1 addition & 1 deletion vpcrouter_romana_plugin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
"""

__version__ = "1.1.1"
__version__ = "1.1.2"

0 comments on commit e4ad82b

Please sign in to comment.