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.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Schneider committed May 18, 2017
1 parent 5d6c86a commit 74b7a39
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 @@ -33,7 +33,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.8 BETA")
print("Version\t0.9.8 05/18/2017")
sys.exit()


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

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

0 comments on commit 74b7a39

Please sign in to comment.