Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iejMac committed Jul 10, 2023
1 parent 74403d7 commit 1c2453e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.2.0

Official Release of video2dataset v1
See blog post - https://laion.ai/blog/video2dataset/

## 1.1.0

* Implemented many subsamplers
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def _read_reqs(relpath):
name="video2dataset",
packages=find_packages(),
include_package_data=True,
version="1.1.0",
version="1.2.0",
license="MIT",
description="Easily create large video dataset from video urls",
long_description=long_description,
Expand Down

0 comments on commit 1c2453e

Please sign in to comment.