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

Commit

Permalink
release: v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvmanila committed May 11, 2022
1 parent bb5cbfa commit cf46023
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 61 deletions.
113 changes: 54 additions & 59 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.3.1"
version = "0.3.2"
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 @@ -16,7 +16,7 @@
)
from libcst.metadata import PositionProvider

__version__ = "0.3.1"
__version__ = "0.3.2"

# TODO(dhruvmanila): Remove this block when it's the default.
# https://github.com/Instagram/LibCST/issues/285#issuecomment-1011427731
Expand Down

0 comments on commit cf46023

Please sign in to comment.