Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Jan 25, 2021
1 parent 3913e97 commit 3f3a092
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ dependencies:
- vtk
- h5py
- pyvista
- pythreejs
- nodejs
- ipygany=0.4.0
- ipygany=0.5.0
- jupyterlab=3
2 changes: 1 addition & 1 deletion ipygany/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# Copyright (c) Martin Renou.
# Distributed under the terms of the Modified BSD License.

version_info = (0, 4, 0)
version_info = (0, 5, 0)
__version__ = '.'.join(map(str, version_info))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipygany",
"version": "0.4.0",
"version": "0.5.0",
"description": "Scientific Visualization in Jupyter",
"keywords": [
"jupyter",
Expand Down

0 comments on commit 3f3a092

Please sign in to comment.