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

bumped version to 1.18.10

parent 977b9d69
No related branches found
No related tags found
No related merge requests found
## Changes with pybis-1.18.10
- added deprecation warnings for components/containers and attachments
- added download_path and file_links to datasets
## Changes with pybis-1.18.9 ## Changes with pybis-1.18.9
- fixed problem when searching for experiments - fixed problem when searching for experiments
......
name = 'pybis' name = 'pybis'
__author__ = 'Swen Vermeul' __author__ = 'Swen Vermeul'
__email__ = 'swen@ethz.ch' __email__ = 'swen@ethz.ch'
__version__ = '1.18.9' __version__ = '1.18.10'
from . import pybis from . import pybis
from .pybis import DataSet from .pybis import DataSet
......
...@@ -11,7 +11,7 @@ with open("README.md", "r", encoding="utf-8") as fh: ...@@ -11,7 +11,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
setup( setup(
name='PyBIS', name='PyBIS',
version= '1.18.9', version= '1.18.10',
author='Swen Vermeul • ID SIS • ETH Zürich', author='Swen Vermeul • ID SIS • ETH Zürich',
author_email='swen@ethz.ch', author_email='swen@ethz.ch',
description='openBIS connection and interaction, optimized for using with Jupyter', 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