Skip to content

Commit

Permalink
bump data server to 0.8.0a0
Browse files Browse the repository at this point in the history
  • Loading branch information
groszewn committed Oct 23, 2023
1 parent 81150b8 commit d141d98
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tensorboard/data/server/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 tensorboard/data/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

[package]
name = "rustboard"
version = "0.7.2"
version = "0.8.0-alpha.0"
authors = ["The TensorFlow Authors <[email protected]>"]
# Keep in sync with `edition` in rustfmt.toml.
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion tensorboard/data/server/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ limitations under the License.

/// Package version. Keep in sync with `Cargo.toml`. We don't use `env!("CARGO_PKG_VERSION")`
/// because of <https://github.com/bazelbuild/rules_rust/issues/573>.
pub(crate) const VERSION: &str = "0.7.2";
pub(crate) const VERSION: &str = "0.8.0-alpha.0";

pub mod blob_key;
pub mod cli;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

# Version of this Python package. This may differ from the versions of
# both TensorBoard and the data server.
__version__ = "0.7.2"
__version__ = "0.8.0a0"


def server_binary():
Expand Down

0 comments on commit d141d98

Please sign in to comment.