Skip to content

Commit

Permalink
Bump version, fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Nikitenko committed Dec 11, 2024
1 parent 99b7c25 commit 1e5037a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def add_arguments(self, parser):
help="integer merge request id",
)
parser.add_argument(
"-squawk-config-path",
"--squawk-config-path",
dest="squawk_config_path",
type=str,
default=os.getenv("MIGRATION_LINTER_SQUAWK_CONFIG_PATH"),
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 = "migration-lint"
version = "0.2.3"
version = "0.2.4"
description = "Tool for lint operations in DB migrations SQL"
authors = ["Alexey Nikitenko <alexey.nikitenko@pandadoc.com>"]
readme = "README.md"
Expand Down

0 comments on commit 1e5037a

Please sign in to comment.