From 01f848feb03df7bd3343bcba30ebe7dcff13d4a5 Mon Sep 17 00:00:00 2001 From: javierzazo_microsoft Date: Tue, 10 Dec 2024 11:04:24 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20bump:=20version=200.0.17=20?= =?UTF-8?q?=E2=86=92=200.0.18?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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