From 1bfecbbac5eba4630dc9150643e6256abe3b16e0 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 5 Nov 2022 23:03:40 +0000 Subject: [PATCH] 0.2.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- src/aiolifx_themes/__init__.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a0daeb..54a8cbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.2.1 (2022-11-05) +### Fix +* **deps:** Update dependency typer to ^0.7.0 ([`72385cc`](https://github.com/Djelibeybi/aiolifx-themes/commit/72385ccc1be8954f826a06f6ac4298db610d2493)) + ## v0.2.0 (2022-10-27) ### Feature * Add new themes from the LIFX v4.11.5 app ([`7438898`](https://github.com/Djelibeybi/aiolifx-themes/commit/74388987c0d2d2a857d0916a3bcc6d7134a837d4)) diff --git a/pyproject.toml b/pyproject.toml index ebe34e9..4aa4ba6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aiolifx-themes" -version = "0.2.0" +version = "0.2.1" description = "Async library that applies color themes to LIFX lights" authors = ["Avi Miller "] license = "MIT" diff --git a/src/aiolifx_themes/__init__.py b/src/aiolifx_themes/__init__.py index d3ec452..3ced358 100644 --- a/src/aiolifx_themes/__init__.py +++ b/src/aiolifx_themes/__init__.py @@ -1 +1 @@ -__version__ = "0.2.0" +__version__ = "0.2.1"