diff --git a/setup.py b/setup.py index 88152b1..3a2a511 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ import setuptools -VERSION = "0.4.9" +VERSION = "0.4.10" DESCRIPTION = "Vinted API wrapper for python" with open("README.md", "r", encoding="utf-8") as fh: