From 770874536ee2bb0bb5f0152679a12802f5de1f36 Mon Sep 17 00:00:00 2001 From: Andrew Frantz Date: Thu, 23 Jan 2025 11:32:59 -0500 Subject: [PATCH] release: patch bump --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ef432f9..3b883ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1966,7 +1966,7 @@ checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" [[package]] name = "sprocket" -version = "0.10.0" +version = "0.10.1" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index d8876b8..18440af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sprocket" -version = "0.10.0" +version = "0.10.1" description = "A command line tool for working with Workflow Description Language (WDL) files" authors = ["Clay McLeod "] license = "MIT OR Apache-2.0"