From 026c81b83454f176a9f9253cbfb70be2c159d822 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C5=81ukasz=20Langa?= Date: Thu, 14 Mar 2019 18:09:10 +0100 Subject: [PATCH] v19.3b0 --- black.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/black.py b/black.py index 24ff781..b727666 100644 --- a/black.py +++ b/black.py @@ -49,7 +49,7 @@ from blib2to3.pgen2.grammar import Grammar from blib2to3.pgen2.parse import ParseError -__version__ = "18.9b0" +__version__ = "19.3b0" DEFAULT_LINE_LENGTH = 88 DEFAULT_EXCLUDES = ( r"/(\.eggs|\.git|\.hg|\.mypy_cache|\.nox|\.tox|\.venv|_build|buck-out|build|dist)/" diff --git a/pyproject.toml b/pyproject.toml index 1cb3822..3b192bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ exclude = ''' [tool.poetry] name = "black" -version = "18.9b0" +version = "19.3b0" description = "The uncompromising code formatter." readme = "README.md" authors = [ -- 2.39.2