diff --git a/docs/changelog.md b/docs/changelog.md index c3b3b592f..280f826b6 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,7 +3,7 @@ Name | PR | Developer | Date | Version --- | --- | --- | --- | --- -🔥 Removed `configure_schema_wetlab` | [47](https://github.com/laminlabs/lndb-setup/pull/47) | [sunnyosun](https://github.com/sunnyosun) | 2022-09-28 | +🔥 Removed `configure_schema_wetlab` | [47](https://github.com/laminlabs/lndb-setup/pull/47) | [sunnyosun](https://github.com/sunnyosun) | 2022-09-28 | 0.8.2 🚑 Fix CLI load | [commit](https://github.com/laminlabs/lndb-setup/commit/1ca92fd5c340da101b759d4e3d687982dd0338ef) | [falexwolf](https://github.com/falexwolf) | 2022-09-26 | 0.8.1 🚸 Make load arg positional | [46](https://github.com/laminlabs/lndb-setup/pull/46) | [falexwolf](https://github.com/falexwolf) | 2022-09-26 | 0.8.0 🎨 Explicitly treat no schema modules as None | [45](https://github.com/laminlabs/lndb-setup/pull/45) | [falexwolf](https://github.com/falexwolf) | 2022-09-24 | diff --git a/lndb_setup/__init__.py b/lndb_setup/__init__.py index 4832514e6..40f8e30b5 100644 --- a/lndb_setup/__init__.py +++ b/lndb_setup/__init__.py @@ -37,7 +37,7 @@ Storage """ -__version__ = "0.8.1" +__version__ = "0.8.2" from . import _check_versions # noqa from ._schema import schema # noqa from ._settings import settings # noqa