diff --git a/setup.py b/setup.py index a448166..30c7397 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import find_packages, setup -__version__ = "5.6.0" +__version__ = "5.6.1" TYPE_STUBS = ["*.pyi"]