diff --git a/CHANGELOG.md b/CHANGELOG.md index 59703050..05d4921f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.11.22 (2023-11-15) + +### Fix + +- **ci**: Fix action? + ## 0.11.21 (2023-11-15) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 30ec48fb..22c7e3aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "amltk" -version = "0.11.21" +version = "0.11.22" dependencies = [ "typing_extensions", # Better typing "more_itertools", # Better iteration @@ -93,7 +93,7 @@ exclude_lines = [ [tool.commitizen] name = "cz_conventional_commits" -version = "0.11.21" +version = "0.11.22" update_changelog_on_bump = true version_files = ["pyproject.toml:version", "src/amltk/__version__.py"] diff --git a/src/amltk/__version__.py b/src/amltk/__version__.py index 9de182e1..6d439a11 100644 --- a/src/amltk/__version__.py +++ b/src/amltk/__version__.py @@ -1,3 +1,3 @@ from __future__ import annotations -version = "0.11.21" +version = "0.11.22"