From ba14005878692c0dd6d5d09b9638bfa248efbd7a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 17:18:33 +0000 Subject: [PATCH] chore(main): release 0.1.1 --- CHANGELOG.md | 8 ++++++++ knoepfe/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4707e6a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.1.1](https://github.com/lnqs/knoepfe/compare/v0.1.0...v0.1.1) (2024-09-25) + + +### Miscellaneous Chores + +* improve CI and update dependencies ([81869df](https://github.com/lnqs/knoepfe/commit/81869df7e000fc9d3fbe9f75711b94ac14c64fe8)) diff --git a/knoepfe/__init__.py b/knoepfe/__init__.py index 3dc1f76..485f44a 100644 --- a/knoepfe/__init__.py +++ b/knoepfe/__init__.py @@ -1 +1 @@ -__version__ = "0.1.0" +__version__ = "0.1.1" diff --git a/pyproject.toml b/pyproject.toml index cedea93..a03fb98 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "knoepfe" -version = "0.1.0" +version = "0.1.1" description = "Connect and control Elgato Stream Decks" authors = ["Simon Hayessen "] license = "GPL-3.0-or-later"