diff --git a/CHANGELOG.md b/CHANGELOG.md index 0df1f10..98bcdbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## Next Release +## v10.1.0 (2025-06-18) - Adds the following functions - `shipment.create_and_buy_luma` diff --git a/easypost/constant.py b/easypost/constant.py index 8fc2eb3..66686a1 100644 --- a/easypost/constant.py +++ b/easypost/constant.py @@ -1,6 +1,6 @@ # flake8: noqa # Library version -VERSION = "10.0.1" +VERSION = "10.1.0" VERSION_INFO = [str(number) for number in VERSION.split(".")] # Client defaults diff --git a/setup.py b/setup.py index 016e950..9dc284c 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( name="easypost", - version="10.0.1", + version="10.1.0", description="EasyPost Shipping API Client Library for Python", author="EasyPost", author_email="support@easypost.com",