From b4ffae66d189bb55f39b27e5b7a5bb2d305ae484 Mon Sep 17 00:00:00 2001 From: vermeul <swen@ethz.ch> Date: Fri, 15 Dec 2017 16:48:06 +0100 Subject: [PATCH] version 1.4 --- src/python/PyBis/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/PyBis/setup.py b/src/python/PyBis/setup.py index 45887cf516f..70a2255cd57 100644 --- a/src/python/PyBis/setup.py +++ b/src/python/PyBis/setup.py @@ -9,7 +9,7 @@ from setuptools import setup setup( name='PyBIS', - version= '1.3', + version= '1.4', description='openBIS connection and interaction, optimized for using with Jupyter', url='https://sissource.ethz.ch/sispub/pybis/', author='Swen Vermeul | ID SIS | ETH Zürich', -- GitLab