Skip to content
Snippets Groups Projects
Commit 598a2d60 authored by Christian Witzler's avatar Christian Witzler
Browse files

release pvlink 0.3.0

parent c748ccb0
Branches
No related tags found
No related merge requests found
{ {
"name": "pvlink", "name": "pvlink",
"version": "0.2.4", "version": "0.3.0",
"description": "ParaView-Web RemoteRenderer in Jupyter", "description": "ParaView-Web RemoteRenderer in Jupyter",
"keywords": [ "keywords": [
"jupyter", "jupyter",
......
# Module version # Module version
version_info = (0, 2, 4, 'alpha', 0) version_info = (0, 3, 0, 'final', 0)
# Module version stage suffix map # Module version stage suffix map
_specifier_ = {'alpha': 'a', 'beta': 'b', 'candidate': 'rc', 'final': ''} _specifier_ = {'alpha': 'a', 'beta': 'b', 'candidate': 'rc', 'final': ''}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment