diff --git a/Dockerfile b/Dockerfile index eeb69e19d..bfe9c06c6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ FROM python:3.7-alpine -ENV WPS_VERSION='0.12.3' +ENV WPS_VERSION='0.12.5' RUN apk add --no-cache bash RUN pip install "wemake-python-styleguide==$WPS_VERSION" diff --git a/pyproject.toml b/pyproject.toml index fc676c67b..8f3d4cf49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ style = "styles/nitpick-style-wemake.toml" [tool.poetry] name = "wemake-python-styleguide" -version = "0.12.4" +version = "0.12.5" description = "The strictest and most opinionated python linter ever" license = "MIT"