Skip to content
Snippets Groups Projects
Commit f0d7e9c8 authored by Swen Vermeul's avatar Swen Vermeul
Browse files

bumped version to 1.14.7

parent c6ca06e2
No related branches found
No related tags found
No related merge requests found
## Changes with pybis-1.14.7
- bugfix: no longer any error in get_samples(), get_datasets() and get_experiments() when
properties are provided but no data was found
## Changes with pybis-1.14.6
- bugfix duplicate property-columns in get_samples() and get_datasets()
......
name = 'pybis'
__author__ = 'Swen Vermeul'
__email__ = 'swen@ethz.ch'
__version__ = '1.14.6'
__version__ = '1.14.7'
from . import pybis
from .pybis import DataSet
......
......@@ -10,7 +10,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
setup(
name='PyBIS',
version= '1.14.6',
version= '1.14.7',
author='Swen Vermeul • ID SIS • ETH Zürich',
author_email='swen@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