Skip to content

Commit

Permalink
- Prep release (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwithan8 authored Sep 5, 2023
1 parent 7f5fe80 commit 4bc2545
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## Next Release
## v8.1.1 (2023-09-05)

- Fix endpoint for creating a FedEx Smartpost carrier account

Expand Down
2 changes: 1 addition & 1 deletion easypost/constant.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flake8: noqa
# Library version
VERSION = "8.1.0"
VERSION = "8.1.1"
VERSION_INFO = [str(number) for number in VERSION.split(".")]

# Client defaults
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

setup(
name="easypost",
version="8.1.0",
version="8.1.1",
description="EasyPost Shipping API Client Library for Python",
author="EasyPost",
author_email="[email protected]",
Expand Down

0 comments on commit 4bc2545

Please sign in to comment.