From ff520654f0a3518e8b42d003e977a829fcc895f0 Mon Sep 17 00:00:00 2001 From: d3vyce Date: Thu, 29 Feb 2024 23:03:50 +0100 Subject: [PATCH] fix: UV article date --- .../index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/uv-the-new-python-package-installer-written-in-rust/index.md b/content/posts/uv-the-new-python-package-installer-written-in-rust/index.md index 2f821e3..ac2ba22 100644 --- a/content/posts/uv-the-new-python-package-installer-written-in-rust/index.md +++ b/content/posts/uv-the-new-python-package-installer-written-in-rust/index.md @@ -1,6 +1,6 @@ --- title: "UV the new python package installer written in Rust" -date: 2024-02-25 +date: 2024-02-29 slug: "uv-the-new-python-package-installer-written-in-rust" tags: ["CI/CD", "docker", "python", "tools"] type: "programming"