Skip to content

Commit

Permalink
v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikWin committed Sep 10, 2024
1 parent c1d99ae commit 8caa669
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.5.0"
version = "0.5.2"
edition = "2021"

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

__version__ = "0.5.0"
__version__ = "0.5.2"

import subprocess
from fractions import Fraction
Expand Down
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.5.0"
version = "0.5.2"
description = "A data-systems focused library for declarative video synthesis."
authors = ["Dominik Winecki <dominikwinecki@gmail.com>"]
edition = "2021"
Expand Down

0 comments on commit 8caa669

Please sign in to comment.