From 6c767aba2112b924d8b0ec003e31b5401101da73 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 19:53:20 +0100 Subject: [PATCH] chore: release 0.9.1 (#58) :robot: I have created a release \*beep\* \*boop\* --- ### [0.9.1](https://www.github.com/snakemake/snakedeploy/compare/v0.9.0...v0.9.1) (2023-10-30) ### Bug Fixes * fix release process ([422b22d](https://www.github.com/snakemake/snakedeploy/commit/422b22d14af7ff7f22bb297277105e59f1f9ada6)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ snakedeploy/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9bd6ab..6e7331b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.9.1](https://www.github.com/snakemake/snakedeploy/compare/v0.9.0...v0.9.1) (2023-10-30) + + +### Bug Fixes + +* fix release process ([422b22d](https://www.github.com/snakemake/snakedeploy/commit/422b22d14af7ff7f22bb297277105e59f1f9ada6)) + ## [0.9.0](https://www.github.com/snakemake/snakedeploy/compare/v0.8.6...v0.9.0) (2023-10-30) diff --git a/snakedeploy/version.py b/snakedeploy/version.py index c2cd12b..e431768 100644 --- a/snakedeploy/version.py +++ b/snakedeploy/version.py @@ -2,7 +2,7 @@ __copyright__ = "Copyright 2020-2021, Vanessa Sochat" __license__ = "MPL 2.0" -__version__ = "0.9.0" +__version__ = "0.9.1" AUTHOR = "Vanessa Sochat" AUTHOR_EMAIL = "vsochat@stanford.edu" NAME = "snakedeploy"