Skip to content
Snippets Groups Projects
Commit 290151d0 authored by Juan Fuentes's avatar Juan Fuentes
Browse files

fix version number

parent 30adccba
No related branches found
No related tags found
No related merge requests found
name = "pybis"
__author__ = "Swen Vermeul"
__email__ = "swen@ethz.ch"
__version__ = "1.30.0rc0"
__version__ = "1.30.0rc1"
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.30.0rc0",
version="1.30.0rc1",
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