From a142666db6352aae81c921cfc5cb81f091355e32 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Fri, 5 Feb 2021 20:15:08 +0100 Subject: Added option to change path to minishell directory (#12) --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index ea40615..c561729 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = minishell_test -version = 0.0.7 +version = 1.0.0 license = GPL2 license_file = LICENSE description = test for the minishell project of school 42 -- cgit