Skip to content

Commit

Permalink
Pump to v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hadialqattan committed Jul 6, 2021
1 parent dc13e60 commit 71c8006
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion docs/_coverpage.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<!-- Title & body -->

# Pycln <small>0.0.3</small>
# Pycln <small>0.0.4</small>

> A formatter for finding and removing unused import statements.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
homepage = "https://hadialqattan.github.io/pycln"
Expand Down

0 comments on commit 71c8006

Please sign in to comment.