chore: Update version to 0.5.0 in project files and enhance version update script

This commit is contained in:
claudi 2026-03-24 16:28:02 +01:00
parent aa7db1a3ab
commit 5dfb96874e
3 changed files with 12 additions and 8 deletions

View file

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "elytra-pim-client"
version = "0.3.0"
version = "0.5.0"
description = "A Pythonic client for the Elytra PIM API"
readme = "README.md"
requires-python = ">=3.9"
@ -44,8 +44,8 @@ Repository = "https://git.him-tools.de/HIM-public/elytra_client.git"
Documentation = "https://www.elytra.ch/"
Issues = "https://git.him-tools.de/HIM-public/elytra_client/issues"
[tool.setuptools]
packages = ["elytra_client"]
[tool.setuptools.packages.find]
include = ["elytra_client*"]
[tool.black]
line-length = 100