From eeab18d16040640602a0d4c96896829215514503 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 12 Jan 2025 10:11:35 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.3.6=20=E2=86=92=200.3.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91b4c23..fe8f0d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.3.7 (2025-01-12) + +### Fix + +- dockerfile is required + ## 0.3.6 (2025-01-12) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 4a00b15..dddbde2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "uvmono" -version = "0.3.6" +version = "0.3.7" description = "Add your description here" readme = "README.md" license = { file = "LICENSE" } diff --git a/uv.lock b/uv.lock index 98a4f38..1432443 100644 --- a/uv.lock +++ b/uv.lock @@ -612,7 +612,7 @@ wheels = [ [[package]] name = "uvmono" -version = "0.3.5" +version = "0.3.6" source = { editable = "." } dependencies = [ { name = "fire" },