Skip to content

Commit

Permalink
v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ib-steffen committed Nov 7, 2018
1 parent 3fcf37c commit 64a5382
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.8.1'
version = '0.8.2'

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.8.1',
version='0.8.2',
url='https://github.com/infrabox/cli',
description='Command Line Interface for InfraBox',
long_description=readme(),
Expand Down

0 comments on commit 64a5382

Please sign in to comment.