Skip to content

Commit

Permalink
version 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dgeo committed May 29, 2024
1 parent d4c3ca4 commit 993c96c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
# built documents.
#
# The short X.Y version.
version = u'1.2'
version = u'1.4'
# The full version, including alpha/beta/rc tags.
release = u'1.2'

Expand Down
2 changes: 1 addition & 1 deletion iocage_cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def print_version(ctx, param, value):

if not value or ctx.resilient_parsing:
return
print("Version\t1.2")
print("Version\t1.4")
sys.exit()


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
if sys.version_info < (3, 8):
exit("Only Python 3.8 and higher is supported.")

VERSION = '1.3'
VERSION = '1.4'

setup(
name='iocage_lib',
Expand Down

0 comments on commit 993c96c

Please sign in to comment.