Skip to content

Commit 14e8571

Browse files
committed
Release 0.4.0
Signed-off-by: martinRenou <[email protected]>
1 parent 3b9feb0 commit 14e8571

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ dependencies:
66
- pyvista
77
- pythreejs
88
- nodejs
9-
- ipygany=0.3.3
9+
- ipygany=0.4.0

ipygany/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# Copyright (c) Martin Renou.
55
# Distributed under the terms of the Modified BSD License.
66

7-
version_info = (0, 3, 3)
7+
version_info = (0, 4, 0)
88
__version__ = '.'.join(map(str, version_info))

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipygany",
3-
"version": "0.3.3",
3+
"version": "0.4.0",
44
"description": "Scientific Visualization in Jupyter",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)