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 from agravity_client.models import * # noqa: F403 re-export all model symbols
__version__ = "0.1.0" __version__ = "0.2.0"
__all__ = [ __all__ = [
"AgravityClient", "AgravityClient",
"AgravityConfig", "AgravityConfig",

View file

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