X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/d93e72680625a100c7c5701280f1bcf83124ae40..41240e9a784fe11d9e1a76befaf09b7ab2d09893:/black.py diff --git a/black.py b/black.py index 2d23298..f49e6df 100644 --- a/black.py +++ b/black.py @@ -46,7 +46,7 @@ from blib2to3.pgen2 import driver, token from blib2to3.pgen2.parse import ParseError -__version__ = "18.6b3" +__version__ = "18.6b4" DEFAULT_LINE_LENGTH = 88 DEFAULT_EXCLUDES = ( r"/(\.git|\.hg|\.mypy_cache|\.tox|\.venv|_build|buck-out|build|dist)/"