diff --git a/setup.py b/setup.py index a8d428ae..4f41f184 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name="gdtoolkit", - version="4.2.2", + version="4.2.3", description="Independent set of tools for working with GDScript - parser, linter and formatter", keywords=["GODOT", "GDSCRIPT", "PARSER", "LINTER", "FORMATTER"], url="https://github.com/Scony/godot-gdscript-toolkit", diff --git a/tox.ini b/tox.ini index 00a14f18..979c83ee 100644 --- a/tox.ini +++ b/tox.ini @@ -12,7 +12,7 @@ commands = deps = pytest > 5 hypothesis == 6.15.0 - pylint == 2.15.2 + pylint == 3.0.3 typing-extensions mccabe flake8 == 5.0.4