Skip to content

Commit 7a0dc48

Browse files
committed
bump version
1 parent 8485bd4 commit 7a0dc48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ from streamjoy import stream
4343
if __name__ == "__main__":
4444
URL_FMT = "https://www.goes.noaa.gov/dimg/jma/fd/vis/{i}.gif"
4545
resources = [URL_FMT.format(i=i) for i in range(1, 11)]
46-
stream(resources, uri="goes.gif") # .gif and .mp4 supported
46+
stream(resources, uri="goes.gif") # .gif, .mp4, and .html supported
4747
```
4848

4949
<img src="https://github.com/ahuang11/streamjoy/assets/15331990/190ab753-00cf-4a0d-b8be-8a0b9b9e4443" width="500" height="500">

streamjoy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from .streams import GifStream, HtmlStream, Mp4Stream
1313
from .wrappers import wrap_holoviews, wrap_matplotlib
1414

15-
__version__ = "0.0.6"
15+
__version__ = "0.0.7"
1616

1717
__all__ = [
1818
"GifStream",

0 commit comments

Comments
 (0)