Skip to content

Commit

Permalink
Merge pull request #119 from crytic/fix-rc
Browse files Browse the repository at this point in the history
Fixed version number in setup.py
  • Loading branch information
anishnaik committed Nov 1, 2022
2 parents 3e823d3 + ad12ed7 commit d4fdd70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@
description="Etheno is a JSON RPC multiplexer, differential fuzzer, and test framework integration tool.",
url="https://github.com/trailofbits/etheno",
author="Trail of Bits",
version="0.3a1",
version="0.3.1",
packages=find_packages(),
python_requires=">=3.7",
install_requires=[
Expand Down

0 comments on commit d4fdd70

Please sign in to comment.