feat: Update version to 0.3.0 in __init__.py and pyproject.toml

This commit is contained in:
claudi 2026-02-20 12:43:39 +01:00
parent 9dce7787b1
commit b889542590
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
"""Elytra PIM Client - A Pythonic client for the Elytra PIM API"""
__version__ = "0.2.0"
__version__ = "0.3.0"
__author__ = "Your Name"
from . import rest_api

View file

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "elytra-pim-client"
version = "0.2.0"
version = "0.3.0"
description = "A Pythonic client for the Elytra PIM API"
readme = "README.md"
requires-python = ">=3.9"
@ -56,7 +56,7 @@ profile = "black"
line_length = 100
[tool.mypy]
python_version = "0.2.0"
python_version = "0.3.0"
warn_return_any = true
warn_unused_configs = true
disallow_untyped_defs = false