Skip to content

Commit b958abe

Browse files
committed
upd: повышена версия 0.19.0
1 parent f21b359 commit b958abe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "ozonapi-async"
7-
version = "0.18.1"
7+
version = "0.19.0"
88
description = "Асинхронный pydantic-интерфейс для Ozon Seller API c ограничением запросов и docstrings"
99
readme = "readme.md"
1010
keywords = [

src/ozonapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ async def get_product_info_limit():
3737
from .seller import SellerAPI, SellerAPIConfig
3838

3939

40-
__version__ = "0.18.1"
40+
__version__ = "0.19.0"
4141
__author__ = "Alexander Ulianov"
4242
__email__ = "a.v.ulianov@mail.ru"
4343
__repository__ = "https://github.com/a-ulianov/OzonAPI"

0 commit comments

Comments
 (0)