aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-03-28 20:12:41 +0200
committerCharles Cabergs <me@cacharle.xyz>2021-03-28 20:12:41 +0200
commitb014b19192b4ae64d848b25e99856eb4ba6cdd72 (patch)
tree223ded87c5ee30a35258630f679d422f22bcb216 /setup.cfg
parentbea824f7597f716c206f9ab2d472778aeaacad7e (diff)
downloadminishell_test-1.1.3.tar.gz
minishell_test-1.1.3.tar.bz2
minishell_test-1.1.3.zip
Added end_command_with_linefeed configuration option1.1.3
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
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