aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 535977c..9eea9b7 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = minishell_test
-version = 1.0.0
+version = 1.0.1
license = GPL2
license_file = LICENSE
description = test for the minishell project of school 42
@@ -30,7 +30,7 @@ python_requires = >=3.6
[options.entry_points]
console_scripts =
- minishell-test = minishell_test.__main__:main
+ minishell_test = minishell_test.__main__:main
[flake8]
ignore = E501,E221,W504,E241