Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuang11 committed Apr 7, 2024
1 parent 8485bd4 commit 7a0dc48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ from streamjoy import stream
if __name__ == "__main__":
URL_FMT = "https://www.goes.noaa.gov/dimg/jma/fd/vis/{i}.gif"
resources = [URL_FMT.format(i=i) for i in range(1, 11)]
stream(resources, uri="goes.gif") # .gif and .mp4 supported
stream(resources, uri="goes.gif") # .gif, .mp4, and .html supported
```

<img src="https://github.com/ahuang11/streamjoy/assets/15331990/190ab753-00cf-4a0d-b8be-8a0b9b9e4443" width="500" height="500">
Expand Down
2 changes: 1 addition & 1 deletion streamjoy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from .streams import GifStream, HtmlStream, Mp4Stream
from .wrappers import wrap_holoviews, wrap_matplotlib

__version__ = "0.0.6"
__version__ = "0.0.7"

__all__ = [
"GifStream",
Expand Down

0 comments on commit 7a0dc48

Please sign in to comment.