From cb528b3732888c2408282ff13e67b4d930cb2338 Mon Sep 17 00:00:00 2001 From: Sunny Sun <38218185+sunnyosun@users.noreply.github.com> Date: Thu, 8 Sep 2022 20:52:46 +0200 Subject: [PATCH] :bookmark: Release version 0.6.3 --- docs/changelog.md | 2 +- lndb_setup/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 8043fb62e..3b36899da 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,7 +3,7 @@ Name | PR | Developer | Date | Version --- | --- | --- | --- | --- -🍱 Added swarm biosample schema | [36](https://github.com/laminlabs/lndb-setup/pull/36) | [sunnyosun](https://github.com/sunnyosun) | 2022-09-08 | +🍱 Added swarm biosample schema | [36](https://github.com/laminlabs/lndb-setup/pull/36) | [sunnyosun](https://github.com/sunnyosun) | 2022-09-08 | 0.6.3 ✅ Add GCP test bucket | [35](https://github.com/laminlabs/lndb-setup/pull/35) | [falexwolf](https://github.com/falexwolf) | 2022-09-06 | 🚸 Call out storage location `us-east-1` and re-factor | [34](https://github.com/laminlabs/lndb-setup/pull/34) | [falexwolf](https://github.com/falexwolf) | 2022-09-05 | ✨ Automatically add storage region | [33](https://github.com/laminlabs/lndb-setup/pull/33) | [falexwolf](https://github.com/falexwolf) | 2022-09-05 | 0.6.2 diff --git a/lndb_setup/__init__.py b/lndb_setup/__init__.py index 9acae2375..4dc9c2bf5 100644 --- a/lndb_setup/__init__.py +++ b/lndb_setup/__init__.py @@ -37,7 +37,7 @@ Storage """ -__version__ = "0.6.2" # denote a pre-release for 0.1.0 with 0.1a1 +__version__ = "0.6.3" from . import _check_versions # noqa from ._schema import schema # noqa from ._settings import settings # noqa