diff --git a/doc/source/conf.py b/doc/source/conf.py index 62491e47..6b238682 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -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' diff --git a/iocage_cli/__init__.py b/iocage_cli/__init__.py index b4d96a74..ce113693 100644 --- a/iocage_cli/__init__.py +++ b/iocage_cli/__init__.py @@ -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() diff --git a/setup.py b/setup.py index 3641fd20..d150cc30 100644 --- a/setup.py +++ b/setup.py @@ -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',