diff --git a/docs/changelog.md b/docs/changelog.md index 3c4e137..a2e539b 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,7 +3,7 @@ Name | PR | Developer | Date | Version --- | --- | --- | --- | --- -👷 Added python version warning and extened CI to py3.7-3.11 | [12](https://github.com/laminlabs/lamin-logger/pull/12) | [sunnyosun](https://github.com/sunnyosun) | 2023-01-11 | +👷 Added python version warning and extened CI to py3.7-3.11 | [12](https://github.com/laminlabs/lamin-logger/pull/12) | [sunnyosun](https://github.com/sunnyosun) | 2023-01-11 | 0.2.0 ⏪ Revert the previous PR | [11](https://github.com/laminlabs/lamin-logger/pull/11) | [sunnyosun](https://github.com/sunnyosun) | 2022-10-20 | 0.1.5 🩹 Suppress numexpr warnings | [10](https://github.com/laminlabs/lamin-logger/pull/10) | [sunnyosun](https://github.com/sunnyosun) | 2022-10-20 | 0.1.4 🚸 Silence boto3 logger | [9](https://github.com/laminlabs/lamin-logger/pull/9) | [falexwolf](https://github.com/falexwolf) | 2022-08-08 | 0.1.3 diff --git a/lamin_logger/__init__.py b/lamin_logger/__init__.py index 2e730c1..44d0b6e 100644 --- a/lamin_logger/__init__.py +++ b/lamin_logger/__init__.py @@ -12,7 +12,7 @@ colors """ -__version__ = "0.1.5" +__version__ = "0.2.0" from . import _configure_external # noqa from ._core import colors, logger # noqa