Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
Commits
01c497fd
Commit
01c497fd
authored
5 years ago
by
Swen Vermeul
Browse files
Options
Downloads
Plain Diff
Merge branch 'release/pybis-1.8.5'
parents
83c18264
0cca48f7
No related branches found
Tags
S292.0
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pybis/src/python/pybis/__init__.py
+1
-1
1 addition, 1 deletion
pybis/src/python/pybis/__init__.py
pybis/src/python/setup.py
+1
-1
1 addition, 1 deletion
pybis/src/python/setup.py
with
2 additions
and
2 deletions
pybis/src/python/pybis/__init__.py
+
1
−
1
View file @
01c497fd
name
=
'
pybis
'
__author__
=
'
Swen Vermeul
'
__email__
=
'
swen@ethz.ch
'
__version__
=
'
1.8.
4
'
__version__
=
'
1.8.
5
'
from
.
import
pybis
from
.pybis
import
Openbis
...
...
This diff is collapsed.
Click to expand it.
pybis/src/python/setup.py
+
1
−
1
View file @
01c497fd
...
...
@@ -11,7 +11,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
setup
(
name
=
'
PyBIS
'
,
version
=
'
1.8.
4
'
,
version
=
'
1.8.
5
'
,
author
=
'
Swen Vermeul • ID SIS • ETH Zürich
'
,
author_email
=
'
swen@ethz.ch
'
,
description
=
'
openBIS connection and interaction, optimized for using with Jupyter
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment