Skip to content

Commit 0ec2946

Browse files
authored
Merge pull request #228 from crytic/fix-pyproject
Update pyproject.toml
2 parents 145152e + d70bf77 commit 0ec2946

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "solc-select"
7-
version = "1.0.4"
7+
version = "1.1.0"
88
dependencies = [
99
"pycryptodome>=3.4.6",
1010
"packaging",
@@ -64,4 +64,4 @@ logging-not-lazy,
6464
duplicate-code,
6565
import-error,
6666
unsubscriptable-object
67-
"""
67+
"""

0 commit comments

Comments
 (0)