diff --git a/norminette/__init__.py b/norminette/__init__.py index e59490a7..24965a25 100644 --- a/norminette/__init__.py +++ b/norminette/__init__.py @@ -1,4 +1,4 @@ -__version__ = "3.3.53" +__version__ = "3.3.54" __name__ = "norminette" __author__ = "42" __author__email__ = "pedago@42.fr" diff --git a/pyproject.toml b/pyproject.toml index 7a5869d4..0f5c1e7b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "norminette" -version = "3.3.53" +version = "3.3.54" description = "Open source C files linter for 42 Network campuses" authors = ["42 "] license = "MIT Licence" @@ -14,7 +14,7 @@ classifiers = [ "Natural Language :: English", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.8", - "Programming Language :: Python :: 3.9" + "Programming Language :: Python :: 3.9", ] [tool.poetry.dependencies]