-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fa20314
commit 04ed413
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "n5gest" | ||
version = "0.3.8" | ||
version = "0.3.9" | ||
authors = ["Andrew Champion <[email protected]>"] | ||
edition = "2018" | ||
description = "CLI utilities for N5 files" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ Written in Rust using the [Rust N5 crate](https://crates.io/crates/n5). | |
```console | ||
$ cargo install n5gest | ||
$ n5gest -h | ||
n5gest 0.3.8 | ||
n5gest 0.3.9 | ||
Andrew Champion <[email protected]> | ||
Utilities for N5 files. | ||
|
||
|