From ad12ed7f0af1de87446a8a9ea85180f14ea2149c Mon Sep 17 00:00:00 2001 From: anishnaik Date: Tue, 1 Nov 2022 09:56:25 -0400 Subject: [PATCH] Fixed version number in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d5a670b..8de1799 100644 --- a/setup.py +++ b/setup.py @@ -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=[