chore: Bump version to 0.6.0 in __init__.py and pyproject.toml

This commit is contained in:
claudi 2026-03-25 09:07:01 +01:00
parent 638b68214b
commit aee3a48687
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
"""Elytra PIM Client - A Pythonic client for the Elytra PIM API"""
__version__ = "0.5.0"
__version__ = "0.6.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.5.0"
version = "0.6.0"
description = "A Pythonic client for the Elytra PIM API"
readme = "README.md"
requires-python = ">=3.9"