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

Merge branch 'release/pybis-1.31.2'

parents b0c97d8f 1be543e6
No related branches found
Tags pybis-1.31.2
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
name = "pybis"
__author__ = "Swen Vermeul"
__email__ = "swen@ethz.ch"
__version__ = "1.31.1"
__version__ = "1.31.2"
from . import pybis
from .pybis import DataSet
......
......@@ -13,7 +13,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
setup(
name="PyBIS",
version="1.31.1",
version="1.31.2",
author="Swen Vermeul • ID SIS • ETH Zürich",
author_email="swen@ethz.ch",
description="openBIS connection and interaction, optimized for using with Jupyter",
......@@ -25,6 +25,7 @@ setup(
install_requires=[
"pytest",
"requests",
"urllib3",
"pandas",
"click",
"texttable",
......
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