We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5185ecd commit d822cf2Copy full SHA for d822cf2
setup.py
@@ -6,7 +6,7 @@
6
7
setup(
8
name="vinted-api-wrapper",
9
- version="0.2.0",
+ version="0.3.0",
10
description="Unofficial Wrapper for Vinted API",
11
author="Paweł Stawikowski",
12
author_email="pawikoski@gmail.com",
vinted/__init__.py
@@ -1,5 +1,5 @@
1
__title__ = "vinted-api-wrapper"
2
-__version__ = "0.2.0"
+__version__ = "0.3.0"
3
__author__ = "Paweł Stawikowski"
4
__copyright__ = "Copyright (c) 2024 Paweł Stawikowski"
5
__license__ = "MIT"
0 commit comments