From 3c9ad3ed9061bda515ceacce761b7d53725e40de Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 12 Jan 2025 17:32:56 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20uvmono=20version=200.3.7=20=E2=86=92=20?= =?UTF-8?q?0.3.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe8f0d0..fe786c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -59,3 +59,5 @@ - everything - everything - everything + +## uvmono-0.3.8 (2025-01-12) diff --git a/pyproject.toml b/pyproject.toml index 34eb2c7..0ace129 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "uvmono" -version = "0.3.7" +version = "0.3.8" description = "Add your description here" readme = "README.md" license = { file = "LICENSE" }