From be9d64f3edf9b01867ffe668e9322bb994d2923a Mon Sep 17 00:00:00 2001 From: claudi Date: Wed, 25 Mar 2026 10:06:31 +0100 Subject: [PATCH] bump version to 0.2.0 --- agravity_client/__init__.py | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/agravity_client/__init__.py b/agravity_client/__init__.py index ffea7e6..223d853 100644 --- a/agravity_client/__init__.py +++ b/agravity_client/__init__.py @@ -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", diff --git a/pyproject.toml b/pyproject.toml index b39df68..c8139f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]