We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3556873 commit 57d9c9cCopy full SHA for 57d9c9c
docs/_coverpage.md
@@ -4,7 +4,7 @@
4
5
<!-- Title & body -->
6
7
-# Pycln <small>0.0.1-beta.3</small>
+# Pycln <small>0.0.1</small>
8
9
> A formatter for finding and removing unused import statements.
10
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "pycln"
3
-version = "0.0.1-beta.3"
+version = "0.0.1"
description = "A formatter for finding and removing unused import statements."
authors = ["Hadi Alqattan <[email protected]>"]
homepage = "https://hadialqattan.github.io/pycln"
0 commit comments