From 92a591169c3fa92a98915f21b4654620d9ee6e59 Mon Sep 17 00:00:00 2001 From: Nat Chin Date: Mon, 10 Oct 2022 18:04:38 +0000 Subject: [PATCH] Bump setup.py to 1.0.1 (#120) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b13bf19..8b9daaa 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.0.0", + version="1.0.1", packages=find_packages(), python_requires=">=3.6", license="AGPL-3.0",