Skip to content

Commit

Permalink
v0.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
meranos committed Aug 26, 2020
1 parent d345aac commit 0721092
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.7'
version = '0.8.8'

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

0 comments on commit 0721092

Please sign in to comment.