diff --git a/av1an-core/Cargo.toml b/av1an-core/Cargo.toml index e8c8588..0bf374b 100644 --- a/av1an-core/Cargo.toml +++ b/av1an-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "av1an-core" -version = "0.1.0" +version = "0.1.1" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/av1an-pyo3/Cargo.toml b/av1an-pyo3/Cargo.toml index 8fd78aa..581ff0d 100644 --- a/av1an-pyo3/Cargo.toml +++ b/av1an-pyo3/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "av1an-pyo3" -version = "0.1.0" +version = "0.1.1" edition = "2018" authors = ["Zen <46526140+master-of-zen@users.noreply.github.com>"] homepage = "https://github.com/master-of-zen/Av1an"