diff --git a/docs/changelog.md b/docs/changelog.md index 60b3e88..1c5a86b 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,7 +3,7 @@ Name | PR | Developer | Date | Version --- | --- | --- | --- | --- -💄 Remove vertical bar | [6](https://github.com/laminlabs/lamin-logger/pull/6) | [falexwolf](https://github.com/falexwolf) | 2022-07-24 | -:bug: Quick fix for windows | [3](https://github.com/laminlabs/lamin-logger/pull/3) | [Koncopd](https://github.com/Koncopd) | 2022-07-23 | +💄 Remove vertical bar | [6](https://github.com/laminlabs/lamin-logger/pull/6) | [falexwolf](https://github.com/falexwolf) | 2022-07-24 | 0.1.1 +🐛 Quick fix for windows | [3](https://github.com/laminlabs/lamin-logger/pull/3) | [Koncopd](https://github.com/Koncopd) | 2022-07-23 | 🔥 Reduce docs to necessary components | [2](https://github.com/laminlabs/lamin-logger/pull/2) | [falexwolf](https://github.com/falexwolf) | 2022-07-20 | -✨ Added logger and colors | [1](https://github.com/laminlabs/lamin-logger/pull/1) | [sunnyosun](https://github.com/sunnyosun) | 2022-07-20 | +✨ Added logger and colors | [1](https://github.com/laminlabs/lamin-logger/pull/1) | [sunnyosun](https://github.com/sunnyosun) | 2022-07-20 | 0.1.0 diff --git a/lamin_logger/__init__.py b/lamin_logger/__init__.py index b6e14bb..b5f002d 100644 --- a/lamin_logger/__init__.py +++ b/lamin_logger/__init__.py @@ -12,6 +12,6 @@ colors """ -__version__ = "0.1.0" +__version__ = "0.1.1" from ._core import colors, logger # noqa