aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-02-27 16:22:25 +0100
committerCharles Cabergs <me@cacharle.xyz>2021-02-27 16:22:29 +0100
commitd23b249cdfc2c936b796aca23dfc64c1e31173f6 (patch)
tree682b47710a05098652777e6bad39795bdcff2b65
parent632f88fd315626bf3196024f2a67c5288ea56333 (diff)
downloadminishell_test-d23b249cdfc2c936b796aca23dfc64c1e31173f6.tar.gz
minishell_test-d23b249cdfc2c936b796aca23dfc64c1e31173f6.tar.bz2
minishell_test-d23b249cdfc2c936b796aca23dfc64c1e31173f6.zip
Bumping version to 1.1.01.1.0
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
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