From e4f8fe129a02572b9ad2e2e74b57e14e07324c35 Mon Sep 17 00:00:00 2001 From: Kaxil Naik Date: Mon, 14 Aug 2023 23:49:33 +0100 Subject: [PATCH] Release 0.1.8 Fix bug with default `settings_file` & `source` error with `/bin/sh` (#2) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6c975e7..c7a67e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "airflowctl" -version = "0.1.7" +version = "0.1.8" description = "A lightweight Python package to simplify the installation of Apache Airflow effortlessly." authors = [ "Kaxil Naik ",