From 69dc3e6b954c5f3d453f279a7ea4b8394b81b912 Mon Sep 17 00:00:00 2001 From: David Michaels Date: Wed, 30 Oct 2024 16:57:05 -0400 Subject: [PATCH] version 1.2.0 --- demo.sh | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/demo.sh b/demo.sh index 8100f945da..7d8e878dc2 100755 --- a/demo.sh +++ b/demo.sh @@ -1 +1 @@ -submit-metadata-bundle --env smaht-local --submit --directory demo/annual_2024/files --cloud-source gs://smaht-submitr-rclone-testing/demo --cloud-credentials ~/.config/google-cloud/smaht-dac-617e0480d8e2.json demo/annual_2024/bcm_formatted_hapmapmix.xlsx $* +submit-metadata-bundle --env smaht-local --submit-new --directory demo/annual_2024/files --cloud-source gs://smaht-submitr-rclone-testing/demo --cloud-credentials ~/.config/google-cloud/smaht-dac-617e0480d8e2.json demo/annual_2024/bcm_formatted_hapmapmix.xlsx $* diff --git a/pyproject.toml b/pyproject.toml index 38ca825180..779dc892da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "smaht-submitr" -version = "1.1.1.1b8" # TODO: To become 1.2.0 +version = "1.2.0" description = "Support for uploading file submissions to SMAHT." # TODO: Update this email address when a more specific one is available for SMaHT. authors = ["SMaHT DAC "]