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

bumped up version

parent 310570ee
No related branches found
No related tags found
No related merge requests found
......@@ -34,8 +34,9 @@ Masterdata
o.get_dataset_types()
o.get_dataset_types()[0]
o.get_dataset_type('RAW_DATA')
o.get_terms()
o.get_terms('MATING_TYPE')
o.get_vocabularies()
o.get_vocabulary('BACTERIAL_ANTIBIOTIC_RESISTANCE')
o.get_terms(vocabulary='STORAGE')
o.get_tags()
Users, Groups and RoleAssignments
......
name = 'pybis'
__author__ = 'Swen Vermeul'
__email__ = 'swen@ethz.ch'
__version__ = '1.7.4'
__version__ = '1.7.5'
from . import pybis
from .pybis import Openbis
......
......@@ -11,7 +11,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
setup(
name='PyBIS',
version= '1.7.4',
version= '1.7.5',
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