From 0dbebb2226f588200063d9e6e84ae18c14e3ea4c Mon Sep 17 00:00:00 2001 From: vermeul <swen@ethz.ch> Date: Fri, 28 Oct 2022 13:26:33 +0200 Subject: [PATCH] bump version to 1.34.0 --- pybis/src/python/setup.cfg | 2 +- pybis/src/python/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pybis/src/python/setup.cfg b/pybis/src/python/setup.cfg index cf9c067a767..1b2974f6353 100644 --- a/pybis/src/python/setup.cfg +++ b/pybis/src/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = PyBIS -version = 1.34.0 +version = 1.34.0rc4 author = Swen Vermeul • ID SIS • ETH Zürich author_email = swen@ethz.ch license = Apache Software License Version 2.0 diff --git a/pybis/src/python/setup.py b/pybis/src/python/setup.py index 65b841e3af7..57d5d9005e9 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.34.0", + version="1.34.0rc4", author="Swen Vermeul • ID SIS • ETH Zürich", author_email="swen@ethz.ch", description="openBIS connection and interaction, optimized for using with Jupyter", -- GitLab