From 41240e9a784fe11d9e1a76befaf09b7ab2d09893 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C5=81ukasz=20Langa?= Date: Thu, 21 Jun 2018 14:25:07 -0700 Subject: [PATCH] 18.6b4 --- black.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)/" diff --git a/pyproject.toml b/pyproject.toml index 4e1ed97..5ee0811 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ exclude = ''' [tool.poetry] name = "black" -version = "18.6b3" +version = "18.6b4" description = "The uncompromising code formatter." readme = "README.md" # FIXME: use proper Unicode below when new `pip` comes out with a fix for -- 2.39.2