From ad4e2c3157cad5ed7f8c1ab998d9b682bd33d9d8 Mon Sep 17 00:00:00 2001 From: kozo2 Date: Sun, 11 Aug 2019 15:17:15 +0900 Subject: [PATCH] :bookmark: Release ecell4_base version 2.0.3 --- .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 d3cd8e058..c85027cb0 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.2" + ECELLVER: "2.0.3" CMAKEVER: "3.13.3" GSLVER: "2.4" BOOSTVER: "1.68.0" diff --git a/setup.py b/setup.py index 808d6be6b..48d35db8d 100644 --- a/setup.py +++ b/setup.py @@ -92,7 +92,7 @@ def run(self): setup( name='ecell4_base', - version = '2.0.2', + version = '2.0.3', license = "the GNU General Public License v2", author = "Kazunari Kaizu", author_email = "kaizu@riken.jp",