Skip to content

Commit 55c209e

Browse files
authored
Merge pull request #3 from parhammmm/versioning
version bump
2 parents 9972e1d + 07ada5e commit 55c209e

39 files changed

+1778
-2
lines changed

TESTING.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Installing tests
2+
3+
You need to install node and puppeteer.
4+
5+
1. Install Node: https://nodejs.org/en/download/
6+
2. Install puppeteer:
7+
8+
`npm i`
9+
10+
# Running Tests
11+
12+
To run the tests that confirm plots are as they should be run:
13+
14+
`HIDE_PLOTS=True nosetests mpld3/tests/test_d3_snapshots.py --nocapture`

mpld3/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Metadata for the mpld3 package."""
2-
__version__ = '0.4.1'
2+
__version__ = '0.4.2'

0 commit comments

Comments
 (0)