From 463b7cc587e124630bc04524b6c7a7a018c5009d Mon Sep 17 00:00:00 2001 From: Nate Harris Date: Wed, 24 Jul 2024 12:05:58 -0600 Subject: [PATCH] - Bump version number --- CHANGELOG.md | 2 +- easypost/constant.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcaa24c..5176694 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## Next Release +## v9.4.0 (2024-07-24) - Adds new `Claim` service for filing claims on EasyPost shipments and insurances diff --git a/easypost/constant.py b/easypost/constant.py index 737b801..6066b9d 100644 --- a/easypost/constant.py +++ b/easypost/constant.py @@ -1,6 +1,6 @@ # flake8: noqa # Library version -VERSION = "9.3.0" +VERSION = "9.4.0" VERSION_INFO = [str(number) for number in VERSION.split(".")] # Client defaults diff --git a/setup.py b/setup.py index aaa40e2..b667d47 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ setup( name="easypost", - version="9.3.0", + version="9.4.0", description="EasyPost Shipping API Client Library for Python", author="EasyPost", author_email="support@easypost.com",