Skip to content

Commit 734d26b

Browse files
committed
bump version to v0.8.2
1 parent 980d500 commit 734d26b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ioc_cli/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def get_command(self, ctx, name):
186186
)
187187
@click.command(cls=IOCageCLI)
188188
@click.version_option(
189-
version="0.8.1 2019/05/19",
189+
version="0.8.2 2019/08/10",
190190
prog_name="ioc",
191191
message="\n".join((
192192
"%(prog)s, version %(version)s",

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def get_args(cls, dist, header=None): # noqa: T484
8282
setup(
8383
name='ioc_cli',
8484
license='BSD',
85-
version='0.8.1',
85+
version='0.8.2',
8686
description='A Python library to manage jails with iocage',
8787
keywords='FreeBSD jail iocage ioc',
8888
author='ioc Contributors',

0 commit comments

Comments
 (0)