diff --git a/etheno/etheno.py b/etheno/etheno.py index 00d88d7..62f2ab0 100644 --- a/etheno/etheno.py +++ b/etheno/etheno.py @@ -1,9 +1,8 @@ -VERSION='0.2.0' +VERSION='0.2.3' VERSION_NAME="ToB/v%s/source/Etheno" % VERSION JSONRPC_VERSION = '2.0' VERSION_ID=67 -import logging from threading import Thread from flask import Flask, g, jsonify, request, abort diff --git a/setup.py b/setup.py index 8c31c7b..1abcbde 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,3 @@ -import os from setuptools import setup, find_packages setup( @@ -6,7 +5,7 @@ description='Etheno is a JSON RPC multiplexer, Manticore wrapper, differential fuzzer, and test framework integration tool.', url='https://github.com/trailofbits/etheno', author='Trail of Bits', - version='0.2.2', + version='0.2.3', packages=find_packages(), python_requires='>=3.6', install_requires=[