From 8072a3394bdc960c0f652fb72e928a7eae3631da Mon Sep 17 00:00:00 2001 From: alpharush <0xalpharush@protonmail.com> Date: Mon, 26 Jun 2023 11:22:38 -0500 Subject: [PATCH] 1.0.4 (#187) Co-authored-by: Nat Chin --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ffa5639..5041d58 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ description="Manage multiple Solidity compiler versions.", url="https://github.com/crytic/solc-select", author="Trail of Bits", - version="1.0.3", + version="1.0.4", packages=find_packages(), python_requires=">=3.6", license="AGPL-3.0",