Skip to content
Snippets Groups Projects
Commit 07d056e7 authored by Adam Laskowski's avatar Adam Laskowski
Browse files

SSDM-13689: Pybis 1.35.10

parent 671b81a4
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
## Changes with pybis-1.35.10
- Fixed issue with changing properties for linked datasets
## Changes with pybis-1.35.9
- Changed get_samples method to also include dataset ids depending on the params
......
......@@ -15,7 +15,7 @@
name = "pybis"
__author__ = "ID SIS • ETH Zürich"
__email__ = "openbis-support@id.ethz.ch"
__version__ = "1.35.9"
__version__ = "1.35.10"
from . import pybis
from .pybis import DataSet
......
[metadata]
name = PyBIS
version = 1.35.9
version = 1.35.10
author = ID SIS • ETH Zürich
author_email = openbis-support@id.ethz.ch
license = Apache Software License Version 2.0
......
......@@ -26,7 +26,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
setup(
name="PyBIS",
version="1.35.9",
version="1.35.10",
author="ID SIS • ETH Zürich",
author_email="openbis-support@id.ethz.ch",
description="openBIS connection and interaction, optimized for using with Jupyter",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment