From d23b249cdfc2c936b796aca23dfc64c1e31173f6 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sat, 27 Feb 2021 16:22:25 +0100 Subject: Bumping version to 1.1.0 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index b31ad20..fe52ac0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = minishell_test -version = 1.0.1 +version = 1.1.0 license = GPL2 license_file = LICENSE description = test for the minishell project of school 42 -- cgit