Skip to content

Commit

Permalink
Up the version to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ESultanik committed Jun 28, 2019
1 parent 4d9a8f0 commit c431f37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions etheno/etheno.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
import os
from setuptools import setup, find_packages

setup(
name='etheno',
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=[
Expand Down

0 comments on commit c431f37

Please sign in to comment.