From 71c800630f901e8d4baf2af6c5313aabdf840ab3 Mon Sep 17 00:00:00 2001 From: Hadi Alqattan Date: Wed, 7 Jul 2021 01:04:20 +0300 Subject: [PATCH] Pump to v0.0.4 --- docs/CHANGELOG.md | 2 ++ docs/_coverpage.md | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index ed44dcf..1f13839 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -10,6 +10,8 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [Unreleased] +## [0.0.4] - 2021-07-07 + ### Fixed - [Invalid PIP-526 type comments make Pycln crashes with an UnparsableFile error by @hadialqattan](https://github.com/hadialqattan/pycln/pull/59) diff --git a/docs/_coverpage.md b/docs/_coverpage.md index 60fb9ee..9282947 100644 --- a/docs/_coverpage.md +++ b/docs/_coverpage.md @@ -4,7 +4,7 @@ -# Pycln 0.0.3 +# Pycln 0.0.4 > A formatter for finding and removing unused import statements. diff --git a/pyproject.toml b/pyproject.toml index 1382b27..3ac46ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pycln" -version = "0.0.3" +version = "0.0.4" description = "A formatter for finding and removing unused import statements." authors = ["Hadi Alqattan "] homepage = "https://hadialqattan.github.io/pycln"