From b014b19192b4ae64d848b25e99856eb4ba6cdd72 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sun, 28 Mar 2021 20:12:41 +0200 Subject: Added end_command_with_linefeed configuration option --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index f190d20..7145d1d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = minishell_test -version = 1.1.2 +version = 1.1.3 license = GPL2 license_file = LICENSE description = test for the minishell project of school 42 -- cgit