diff --git a/Cargo.lock b/Cargo.lock index cd032db..acccdc7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -218,7 +218,7 @@ dependencies = [ [[package]] name = "czv" -version = "0.0.0" +version = "0.0.1" dependencies = [ "anyhow", "criterion", @@ -229,7 +229,7 @@ dependencies = [ [[package]] name = "czv-python" -version = "0.0.0" +version = "0.0.1" dependencies = [ "anyhow", "csv", @@ -240,7 +240,7 @@ dependencies = [ [[package]] name = "czv-wasm" -version = "0.0.0" +version = "0.0.1" dependencies = [ "anyhow", "csv", diff --git a/czv-python/Cargo.toml b/czv-python/Cargo.toml index 1e30709..24b0028 100644 --- a/czv-python/Cargo.toml +++ b/czv-python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "czv-python" -version = "0.0.0" +version = "0.0.1" authors = ["Mueez Khan"] description = "Python library for performing CSV-related functions for data engineering and analysis." repository = "https://github.com/rzmk/czv" diff --git a/czv-wasm/Cargo.toml b/czv-wasm/Cargo.toml index d22eab6..457bf08 100644 --- a/czv-wasm/Cargo.toml +++ b/czv-wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "czv-wasm" -version = "0.0.0" +version = "0.0.1" authors = ["Mueez Khan"] description = "WASM library for performing CSV-related functions for data engineering and analysis." repository = "https://github.com/rzmk/czv" diff --git a/czv/Cargo.toml b/czv/Cargo.toml index d265888..9ca4510 100644 --- a/czv/Cargo.toml +++ b/czv/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "czv" -version = "0.0.0" +version = "0.0.1" authors = ["Mueez Khan"] description = "Rust library for performing CSV-related operations for data engineering and analysis." repository = "https://github.com/rzmk/czv"