Skip to content

Commit

Permalink
version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
almazkun committed Nov 15, 2021
1 parent 8cdce72 commit 89eff1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gadd"
version = "0.1.3"
version = "0.2.0"
description = "Sort imports, remove unused imports, run Black, flake8, pylint, vulture in one go for al staged .py files"
authors = ["Almaz Kunpeissov <[email protected]>"]
keywords = ["Black", "Sort imports", "analysis", "automation", "autopep8", "code", "flake8", "formatter", "gofmt", "lint", "linter", "pyfmt", "pylint", "python", "remove unused imports", "rustfmt", "static", "vulture", "yapf"]
Expand Down Expand Up @@ -31,7 +31,7 @@ vulture = "==2.3.*"
[tool.poetry.dev-dependencies]

[tool.poetry.scripts]
cli_command_name = 'gadd:main'
gadd = 'gadd:main'

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 89eff1c

Please sign in to comment.