From a8d1720b94340403e4ef4840dd6160136f0eaf8f Mon Sep 17 00:00:00 2001 From: claudi Date: Fri, 20 Feb 2026 10:14:05 +0100 Subject: [PATCH] feat: Update version to 0.2.0 in __init__.py and pyproject.toml --- elytra_client/__init__.py | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/elytra_client/__init__.py b/elytra_client/__init__.py index 9d6e411..7c93921 100644 --- a/elytra_client/__init__.py +++ b/elytra_client/__init__.py @@ -1,6 +1,6 @@ """Elytra PIM Client - A Pythonic client for the Elytra PIM API""" -__version__ = "0.1.0" +__version__ = "0.2.0" __author__ = "Your Name" from .client import ElytraClient diff --git a/pyproject.toml b/pyproject.toml index fa832db..c41a630 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "elytra-pim-client" -version = "0.1.0" +version = "0.2.0" description = "A Pythonic client for the Elytra PIM API" readme = "README.md" requires-python = ">=3.9" @@ -56,7 +56,7 @@ profile = "black" line_length = 100 [tool.mypy] -python_version = "1.0.0" +python_version = "0.2.0" warn_return_any = true warn_unused_configs = true disallow_untyped_defs = false