From 31b1a5d0241f1fe54c9d83edfa3b57dd7008d72c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aim=C3=A9=20Risson?= Date: Tue, 26 Nov 2024 20:54:36 +0100 Subject: [PATCH] Bump ro 0.5.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8f56b19..973a0ee 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ import setuptools -VERSION = "0.5.1" +VERSION = "0.5.2" DESCRIPTION = "Vinted API wrapper for python" with open("README.md", "r", encoding="utf-8") as fh: