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

bumped version to pybis-1.15.0

parent 49dcd76d
No related branches found
No related tags found
No related merge requests found
## Changes with pybis-1.15.1
- added support for date-searching
## Changes with pybis-1.14.10
- bugfix when deleting dataSets
......
name = 'pybis'
__author__ = 'Swen Vermeul'
__email__ = 'swen@ethz.ch'
__version__ = '1.14.10'
__version__ = '1.15.0'
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.10',
version= '1.15.0',
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