diff --git a/CHANGELOG.md b/CHANGELOG.md index b13f96c..000bbf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.0.18 (2024-12-10) + +### 🐛🚑️ Fixes + +- try some other syntax + ## v0.0.17 (2024-12-10) ### 🐛🚑️ Fixes diff --git a/pyproject.toml b/pyproject.toml index f5fb5da..0cbd054 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ authors = [{ name = "microsoft" }] license = { text = "MIT License" } requires-python = ">=3.10" name = "cookie-doh" -version = "0.0.17" +version = "0.0.18" description = "" readme = "README.md" dependencies = [] # write here dependencies of your project