From 69f61df6747bc905c3440eddf2900fb0e82e5c60 Mon Sep 17 00:00:00 2001 From: Miguel Figueira Ferraz Date: Mon, 22 Jan 2024 16:11:42 -0300 Subject: [PATCH] chore: Updates package version --- wc_client/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wc_client/__init__.py b/wc_client/__init__.py index 567dc2c..e8ff336 100644 --- a/wc_client/__init__.py +++ b/wc_client/__init__.py @@ -1,6 +1,6 @@ """Small WooCommerce API Client""" -__version__ = "0.2.0" +__version__ = "0.2.1" from .client import WCClient