From c5ed76f2859707340296248f2c19cf656fa721db Mon Sep 17 00:00:00 2001 From: Stefan Verhoeven Date: Tue, 18 Oct 2022 15:35:37 +0200 Subject: [PATCH] Prep for 0.2.15 release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ac29f36..53d64a0 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def read(fname): setup(name="grpc4bmi", - version="0.2.14", + version="0.2.15", author="Gijs van den Oord", author_email="g.vandenoord@esciencecenter.nl", description="Run your BMI implementation in a separate process and expose it as BMI-python with GRPC",