Skip to content

Commit

Permalink
v19.3b0
Browse files Browse the repository at this point in the history
  • Loading branch information
ambv committed Mar 14, 2019
1 parent 129ebd5 commit 026c81b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion black.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
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)/"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ exclude = '''

[tool.poetry]
name = "black"
version = "18.9b0"
version = "19.3b0"
description = "The uncompromising code formatter."
readme = "README.md"
authors = [
Expand Down

0 comments on commit 026c81b

Please sign in to comment.