Skip to content

Commit

Permalink
Merge pull request #319 from EasyPost/v9.0.1
Browse files Browse the repository at this point in the history
chore: prepare v9.0.1 for release
  • Loading branch information
Justintime50 committed Dec 20, 2023
2 parents d387ff6 + a590ee1 commit 2b63098
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 = "9.0.0"
VERSION = "9.0.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 @@ -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",
Expand Down

0 comments on commit 2b63098

Please sign in to comment.