Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikWin committed Jan 16, 2025
1 parent 3f2887e commit faed7c6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions misc/Colab_Vidformer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
},
"outputs": [],
"source": [
"!wget https://github.com/ixlab/vidformer/releases/download/v0.8.0/vidformer-cli-ubuntu22.04-amd64\n",
"!wget https://github.com/ixlab/vidformer/releases/download/v0.9.0/vidformer-cli-ubuntu22.04-amd64\n",
"!mv vidformer-cli-ubuntu22.04-amd64 /usr/local/bin/vidformer-cli\n",
"!chmod +x /usr/local/bin/vidformer-cli\n",
"!apt update && apt upgrade -y && apt install -y libopencv-dev libfdk-aac-dev\n",
"!pip3 install vidformer==0.8.0 --upgrade"
"!pip3 install vidformer==0.9.0 --upgrade"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion vidformer-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vidformer-cli"
version = "0.8.0"
version = "0.9.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion vidformer-igni/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vidformer-igni"
version = "0.8.0"
version = "0.9.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion vidformer-py/vidformer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""A Python library for creating and viewing videos with vidformer."""

__version__ = "0.8.0"
__version__ = "0.9.0"

from .vf import *
2 changes: 1 addition & 1 deletion vidformer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vidformer"
version = "0.8.0"
version = "0.9.0"
description = "Video Data Transformation Library."
authors = ["Dominik Winecki <[email protected]>"]
edition = "2021"
Expand Down

0 comments on commit faed7c6

Please sign in to comment.