We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e123ee commit 17bb9f8Copy full SHA for 17bb9f8
heatmappy/video.py
@@ -1,5 +1,4 @@
1
from collections import defaultdict
2
-import json
3
import os
4
import random
5
setup.py
@@ -6,7 +6,7 @@
6
setup(
7
name='heatmappy',
8
packages=['heatmappy'],
9
- version='0.2.0',
+ version='0.2.1',
10
description='Draw image heatmaps in python',
11
author='Lumen Research',
12
author_email='development@lumen-research.com',
0 commit comments