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"