aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-05-02 14:42:29 +0100
committerAkshay <[email protected]>2020-05-02 14:42:29 +0100
commit52eb8ba96d949b7ec3df46813c1d3b6404c1e146 (patch)
treee5457859c146f96792a7c19cc375fd07b12f014a
parent34b086d8f31e1c02e905f32a875a0e543bf34c23 (diff)
version bump
-rw-r--r--fondant/Cargo.toml2
-rw-r--r--fondant_deps/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/fondant/Cargo.toml b/fondant/Cargo.toml
index 3ebb7f6..7c8588f 100644
--- a/fondant/Cargo.toml
+++ b/fondant/Cargo.toml
@@ -12,4 +12,4 @@ edition = "2018"
12 12
13[dependencies] 13[dependencies]
14fondant_derive = {version = "0.1.1", path = "../fondant_derive"} 14fondant_derive = {version = "0.1.1", path = "../fondant_derive"}
15fondant_deps = {version = "0.1.0", path = "../fondant_deps"} 15fondant_deps = {version = "0.1.1", path = "../fondant_deps"}
diff --git a/fondant_deps/Cargo.toml b/fondant_deps/Cargo.toml
index 3e40afd..f7bdf28 100644
--- a/fondant_deps/Cargo.toml
+++ b/fondant_deps/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "fondant_deps" 2name = "fondant_deps"
3version = "0.1.0" 3version = "0.1.1"
4authors = ["Akshay <[email protected]>"] 4authors = ["Akshay <[email protected]>"]
5description = "External dependencies to supplement fondant" 5description = "External dependencies to supplement fondant"
6readme = "readme.md" 6readme = "readme.md"