Skip to content

Commit

Permalink
Bump version to 0.7.3
Browse files Browse the repository at this point in the history
We are keeping the version numbers consistent across all the component
tremor crates.
  • Loading branch information
anupdhml committed Feb 24, 2020
1 parent e690ee6 commit 5c559b7
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 28 deletions.
42 changes: 21 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tremor-runtime"
version = "0.7.0"
version = "0.7.3"
description = "Tremor Runtime"
authors = ["The Tremor Team"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion tremor-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tremor-api"
version = "0.7.0"
version = "0.7.3"
description = "Tremor Api Callbacks"
authors = ["The Tremor Team"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion tremor-pipeline/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tremor-pipeline"
version = "0.7.0"
version = "0.7.3"
description = "Tremor Pipeline DAG Runtime"
authors = ["The Tremor Team"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion tremor-query/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tremor-query"
version = "0.7.0"
version = "0.7.3"
description = "Tremor Query CLI"
authors = ["The Tremor Team"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion tremor-script/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tremor-script"
version = "0.7.2"
version = "0.7.3"
description = "Tremor Script Interpreter"
authors = ["The Tremor Team"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion tremor-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tremor-server"
version = "0.7.0"
version = "0.7.3"
description = "Tremor Runtime Server"
authors = ["The Tremor Team"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion tremor-tool/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tremor-tool"
version = "0.7.0"
version = "0.7.3"
description = "Tremor CLI Tool"
authors = ["The Tremor Team"]
edition = "2018"
Expand Down

0 comments on commit 5c559b7

Please sign in to comment.