aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-02-05 20:15:08 +0100
committerCharles Cabergs <me@cacharle.xyz>2021-02-05 20:28:08 +0100
commita142666db6352aae81c921cfc5cb81f091355e32 (patch)
treeb9d9d08bf29aff4dc581cf558c86c023293b902c /setup.cfg
parent9d59bbdfb37869eec15551c03c167a2036f2d168 (diff)
downloadminishell_test-a142666db6352aae81c921cfc5cb81f091355e32.tar.gz
minishell_test-a142666db6352aae81c921cfc5cb81f091355e32.tar.bz2
minishell_test-a142666db6352aae81c921cfc5cb81f091355e32.zip
Added option to change path to minishell directory (#12)
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 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