From 61feadc0f8db5b3676bd381d86def38da8b094b2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C5=81ukasz=20Langa?= Date: Wed, 26 Sep 2018 13:05:49 -0700 Subject: [PATCH] v18.9b0 --- black.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/black.py b/black.py index 53d31e2..d36db68 100644 --- a/black.py +++ b/black.py @@ -47,7 +47,7 @@ from blib2to3.pgen2 import driver, token from blib2to3.pgen2.parse import ParseError -__version__ = "18.6b4" +__version__ = "18.9b0" DEFAULT_LINE_LENGTH = 88 DEFAULT_EXCLUDES = ( r"/(\.git|\.hg|\.mypy_cache|\.nox|\.tox|\.venv|_build|buck-out|build|dist)/" diff --git a/pyproject.toml b/pyproject.toml index 9034e6e..50f32d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ exclude = ''' [tool.poetry] name = "black" -version = "18.6b4" +version = "18.9b0" description = "The uncompromising code formatter." readme = "README.md" authors = [ -- 2.39.2