From 479a5f75ffb88d3b2ee59e09a95ed0fad4b5cf9e Mon Sep 17 00:00:00 2001 From: Viktor Kovtun <viktor.kovtun@id.ethz.ch> Date: Mon, 6 Sep 2021 18:17:56 +0200 Subject: [PATCH] SSDM-11382 New pyBIS version. --- pybis/src/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pybis/src/python/setup.py b/pybis/src/python/setup.py index 596f1212fc6..89f04dee206 100644 --- a/pybis/src/python/setup.py +++ b/pybis/src/python/setup.py @@ -13,7 +13,7 @@ with open("README.md", "r", encoding="utf-8") as fh: setup( name="PyBIS", - version="1.20.0", + version="1.20.1", author="Swen Vermeul • ID SIS • ETH Zürich", author_email="swen@ethz.ch", description="openBIS connection and interaction, optimized for using with Jupyter", -- GitLab