Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
release: v0.2.1
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
dhruvmanila committed Mar 24, 2022
1 parent 17a8120 commit 1435828
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 = "remove-print-statements"
version = "0.2.0"
version = "0.2.1"
description = "A tool (and pre-commit hook) to remove print statements from your Python project."
authors = ["Dhruv Manilawala <dhruvmanila@gmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion remove_print_statements.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
)
from libcst.metadata import PositionProvider

__version__ = "0.2.0"
__version__ = "0.2.1"


@dataclass(frozen=False)
Expand Down

0 comments on commit 1435828

Please sign in to comment.