Skip to content

Commit

Permalink
v0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ib-steffen committed Sep 14, 2018
1 parent b9f09a1 commit 296eeda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infraboxcli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from infraboxcli.dashboard import local_config
from infraboxcli.install import install_infrabox

version = '0.7.5'
version = '0.7.6'

def main():
username = 'unknown'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def readme():
return f.read()

setup(name='infraboxcli',
version='0.7.5',
version='0.7.6',
url='https://github.com/infrabox/cli',
description='Command Line Interface for InfraBox',
long_description=readme(),
Expand Down

0 comments on commit 296eeda

Please sign in to comment.