From abaf05a54930f199ebb8360f2071cd7017a0e7c1 Mon Sep 17 00:00:00 2001 From: mayurrawte Date: Thu, 5 Feb 2026 13:55:50 +0530 Subject: [PATCH] chore: bump version to 2.1.0 (align with JS client) --- ShipthisAPI/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ShipthisAPI/__init__.py b/ShipthisAPI/__init__.py index 758f6a4..8fa6255 100644 --- a/ShipthisAPI/__init__.py +++ b/ShipthisAPI/__init__.py @@ -1,5 +1,5 @@ # __variables__ with double-quoted values will be available in setup.py -__version__ = "1.4.0" +__version__ = "2.1.0" from .shipthisapi import ( ShipthisAPI, diff --git a/setup.py b/setup.py index bc2c369..d6e6561 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setuptools.setup( name='shipthisapi-python', - version='1.4.0', + version='2.1.0', author="Mayur Rawte", author_email="mayur@shipthis.co", description="ShipthisAPI utility package",