From a590ee1cee3450e97a7f59902f4fd31c20aa5c4b Mon Sep 17 00:00:00 2001 From: Justintime50 <39606064+Justintime50@users.noreply.github.com> Date: Wed, 20 Dec 2023 14:44:16 -0700 Subject: [PATCH] chore: prepare v9.0.1 for release --- easypost/constant.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/easypost/constant.py b/easypost/constant.py index 7342fc4..5e81013 100644 --- a/easypost/constant.py +++ b/easypost/constant.py @@ -1,6 +1,6 @@ # flake8: noqa # Library version -VERSION = "9.0.0" +VERSION = "9.0.1" VERSION_INFO = [str(number) for number in VERSION.split(".")] # Client defaults diff --git a/setup.py b/setup.py index eb66216..c5f144e 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ setup( name="easypost", - version="9.0.0", + version="9.0.1", description="EasyPost Shipping API Client Library for Python", author="EasyPost", author_email="support@easypost.com",