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.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvmanila committed Mar 31, 2022
1 parent ae4bccc commit 892f483
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.1"
version = "0.3.0"
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.1"
__version__ = "0.3.0"


@dataclass(frozen=False)
Expand Down

0 comments on commit 892f483

Please sign in to comment.