Skip to content

Commit

Permalink
bump version to 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
taquangtrung committed Apr 27, 2023
1 parent 4525b44 commit 47c7434
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 @@
[project]
name = "solc_detect"
version = "0.0.8"
version = "0.0.9"
authors = [{name="Ta Quang Trung"},]
description = "A tool to detect Solidity compiler version required by smart contracts"
dynamic = ["dependencies"]
Expand Down
2 changes: 1 addition & 1 deletion solc_detect/solc_detect.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def enumerate_and_group_solc_version_by_minor_version() -> List[List[str]]:


def find_pragma_version_string(
input_file: str, quiet: bool = False
input_file: str, quiet: bool = True
) -> List[str]:
"""Find the pragma Solidity version strings in smart contract."""
pragma_strs = pragma_parser.parse_solidity_version(input_file)
Expand Down

0 comments on commit 47c7434

Please sign in to comment.