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

SSDM-13637: Pybis-1.35.6rc1

parent cb51f871
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.6
- Added metaData attribute handling for sample, sampleType, experiment, experimentType, dataset, datasetType
## Changes with pybis-1.35.5
- Implementation of array-type properties handling
......
......@@ -15,7 +15,7 @@
name = "pybis"
__author__ = "ID SIS • ETH Zürich"
__email__ = "openbis-support@id.ethz.ch"
__version__ = "1.35.5"
__version__ = "1.35.6rc1"
from . import pybis
from .pybis import DataSet
......
[metadata]
name = PyBIS
version = 1.35.5
version = 1.35.6rc1
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.5",
version="1.35.6rc1",
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