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: