From 6330dc585c492ab7481835ce8684bdb702956a1e Mon Sep 17 00:00:00 2001 From: kozo2 Date: Thu, 1 Aug 2019 15:33:52 +0900 Subject: [PATCH] Update E-Cell4 version --- .circleci/config.yml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 944a93e67..d3cd8e058 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,7 +5,7 @@ executors: docker: - image: quay.io/pypa/manylinux2010_x86_64 environment: - ECELLVER: "2.0.1" + ECELLVER: "2.0.2" CMAKEVER: "3.13.3" GSLVER: "2.4" BOOSTVER: "1.68.0" diff --git a/setup.py b/setup.py index c6d012cab..808d6be6b 100644 --- a/setup.py +++ b/setup.py @@ -92,7 +92,7 @@ def run(self): setup( name='ecell4_base', - version = '2.0.1', + version = '2.0.2', license = "the GNU General Public License v2", author = "Kazunari Kaizu", author_email = "kaizu@riken.jp",