Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
Signed-off-by: Heinz N. Gies <[email protected]>
  • Loading branch information
Licenser committed Oct 30, 2020
1 parent c3b3333 commit 7c5dda7
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 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
Expand Up @@ -8,7 +8,7 @@ license = "Apache-2.0"
name = "tremor-runtime"
readme = "README.md"
repository = "https://github.com/tremor-rs/tremor-runtime"
version = "0.9.0"
version = "0.9.1"

[workspace]

Expand Down
2 changes: 1 addition & 1 deletion tremor-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Tremor CLI Tool"
edition = "2018"
license = "Apache-2.0"
name = "tremor-cli"
version = "0.9.0"
version = "0.9.1"

[package.metadata.docs.rs]
default-target = "x86_64-unknown-linux-gnu"
Expand Down
2 changes: 1 addition & 1 deletion tremor-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tremor-common"
version = "0.9.0"
version = "0.9.1"
description = "Tremor common functions"
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
Expand Up @@ -4,7 +4,7 @@ description = "Tremor Pipeline DAG Runtime"
edition = "2018"
license = "Apache-2.0"
name = "tremor-pipeline"
version = "0.9.0"
version = "0.9.1"

[dependencies]
byteorder = "1"
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.9.0"
version = "0.9.1"
description = "Tremor Script Interpreter"
authors = ["The Tremor Team"]
edition = "2018"
Expand Down

0 comments on commit 7c5dda7

Please sign in to comment.