From d6507bc2b6a29b0bc894ee35b30d7a746a1fe424 Mon Sep 17 00:00:00 2001 From: Bernhard Mueller Date: Sun, 13 May 2018 10:59:36 +0700 Subject: [PATCH] Bump laser version --- requirements.txt | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index b1c7beaa..8f7db61b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ rlp<1.0.0 ethereum>=2.3.0 ZODB>=5.3.0 z3-solver>=4.5 -laser-ethereum>=0.17.5 +laser-ethereum>=0.17.6 requests BTrees plyvel diff --git a/setup.py b/setup.py index 725c0b57..d56ca864 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ import os # Package version (vX.Y.Z). It must match git tag being used for CircleCI # deployment; otherwise the build will failed. -VERSION = "v0.17.5" +VERSION = "v0.17.6" class VerifyVersionCommand(install): """Custom command to verify that the git tag matches our version""" @@ -307,7 +307,7 @@ setup( 'ethereum>=2.3.0', 'ZODB>=5.3.0', 'z3-solver>=4.5', - 'laser-ethereum>=0.17.5', + 'laser-ethereum>=0.17.6', 'requests', 'BTrees', 'py-solc',