Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
Bump to 0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Schneider committed Mar 9, 2017
1 parent 2d8a2a4 commit e647be7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion iocage/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def print_version(ctx, param, value):
"""Prints the version and then exits."""
if not value or ctx.resilient_parsing:
return
print("Version\t0.9.6 2017/02/26")
print("Version\t0.9.7 2017/03/08")
sys.exit()


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
exit("Only Python 3.6 and higher is supported.")

setup(name='iocage',
version='0.9.6',
version='0.9.7',
description='A jail manager that uses ZFS.',
author='Brandon Schneider and Peter Toth',
author_email='brandon@ixsystems.com',
Expand Down

0 comments on commit e647be7

Please sign in to comment.