From bba421f0096e7937d069075cc386a40bc055c259 Mon Sep 17 00:00:00 2001 From: QuaKe Date: Tue, 24 Dec 2024 19:26:54 +0000 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1f15896..6af2e52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pypartpicker" -version = "2.0.1" +version = "2.0.2" description = "A PCPartPicker data extractor for Python." authors = ["QuaKe"] readme = "README.md"