Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.

Commit d4fdd70

Browse files
authored
Merge pull request #119 from crytic/fix-rc
Fixed version number in setup.py
2 parents 3e823d3 + ad12ed7 commit d4fdd70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
description="Etheno is a JSON RPC multiplexer, differential fuzzer, and test framework integration tool.",
66
url="https://github.com/trailofbits/etheno",
77
author="Trail of Bits",
8-
version="0.3a1",
8+
version="0.3.1",
99
packages=find_packages(),
1010
python_requires=">=3.7",
1111
install_requires=[

0 commit comments

Comments
 (0)