diff --git a/pyproject.toml b/pyproject.toml index afb5456..871f672 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pycln" -version = "0.0.0" +version = "0.0.1-alpha.0" description = "A formatter for finding and removing unused import statements." authors = ["Hadi Alqattan "] repository = "https://github.com/hadialqattan/pycln"