From d196855db9ee05d678b4f4a3f1786da910a291a8 Mon Sep 17 00:00:00 2001 From: sobolevn Date: Thu, 15 Nov 2018 16:23:36 +0300 Subject: [PATCH] Version 0.5.1 release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 840de460a..b02204a72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wemake-python-styleguide" -version = "0.5.0" +version = "0.5.1" description = "The strictest and most opinionated python linter ever" license = "MIT"