From 83b513857e5a36bdae342d900adbd2f01ef58713 Mon Sep 17 00:00:00 2001 From: Yuan Liao Date: Sat, 12 Feb 2022 07:13:21 -0800 Subject: [PATCH] Bump version to 0.1.2 Signed-off-by: Yuan Liao --- src/ebuild_commander/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ebuild_commander/__init__.py b/src/ebuild_commander/__init__.py index 1b287dc..785cc0d 100644 --- a/src/ebuild_commander/__init__.py +++ b/src/ebuild_commander/__init__.py @@ -19,7 +19,7 @@ # . # The program's version -- please change this when releasing a new version -__version__ = '0.1.1' +__version__ = '0.1.2' # The name of the environment variable that specifies the executable providing # Docker functionalities this program should use