bump version to 0.2.0

This commit is contained in:
claudi 2026-03-25 10:06:31 +01:00
parent 7787dc05f2
commit be9d64f3ed
2 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@ from agravity_client.exceptions import (
)
from agravity_client.models import * # noqa: F403 re-export all model symbols
__version__ = "0.1.0"
__version__ = "0.2.0"
__all__ = [
"AgravityClient",
"AgravityConfig",

View file

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "agravity-client"
version = "0.1.0"
version = "0.2.0"
description = "Pythonic, Pydantic-driven async REST client for the Agravity DAM API (v10.3.0)."
readme = "README.md"
requires-python = ">=3.10"
@ -43,7 +43,7 @@ packages = ["agravity_client"]
# Ruff
# ---------------------------------------------------------------------------
[tool.ruff]
target-version = "py310"
target-version = "0.2.0"
line-length = 100
[tool.ruff.lint]