Skip to content

Commit

Permalink
Bump vesion to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlattimore committed Dec 6, 2018
1 parent 61942b0 commit 43cec3b
Show file tree
Hide file tree
Showing 4 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 evcxr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "evcxr"
version = "0.2.0"
version = "0.3.0"
license = "Apache-2.0"
description = "An Evaluation Context for Rust"
repository = "https://github.com/google/evcxr"
Expand Down
4 changes: 2 additions & 2 deletions evcxr_jupyter/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "evcxr_jupyter"
version = "0.2.0"
version = "0.3.0"
license = "Apache-2.0"
description = "An Jupyter Kernel for Rust"
repository = "https://github.com/google/evcxr"
Expand All @@ -11,7 +11,7 @@ authors = [
]

[dependencies]
evcxr = { version = "=0.2.0", path = "../evcxr" }
evcxr = { version = "=0.3.0", path = "../evcxr" }
json = "=0.11.13"
failure = { version = "=0.1.1", default-features = false, features = [ "std" ] }
zmq = "=0.8.2"
Expand Down
4 changes: 2 additions & 2 deletions evcxr_repl/Cargo.toml
@@ -1,14 +1,14 @@
[package]
name = "evcxr_repl"
version = "0.2.0"
version = "0.3.0"
license = "Apache-2.0"
description = "A REPL for Rust"
repository = "https://github.com/google/evcxr"
readme = "README.md"
authors = ["David Lattimore <dvdlttmr@google.com>"]

[dependencies]
evcxr = { version = "=0.2.0", path = "../evcxr" }
evcxr = { version = "=0.3.0", path = "../evcxr" }
rustyline = "=1.0.0"
colored = "=1.6.0"
dirs = "=1.0.2"
Expand Down

0 comments on commit 43cec3b

Please sign in to comment.