Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: martinRenou <[email protected]>
  • Loading branch information
martinRenou committed Sep 29, 2020
1 parent 3b9feb0 commit 14e8571
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ dependencies:
- pyvista
- pythreejs
- nodejs
- ipygany=0.3.3
- ipygany=0.4.0
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, 3, 3)
version_info = (0, 4, 0)
__version__ = '.'.join(map(str, version_info))
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.3.3",
"version": "0.4.0",
"description": "Scientific Visualization in Jupyter",
"keywords": [
"jupyter",
Expand Down

0 comments on commit 14e8571

Please sign in to comment.