Skip to content

Commit a590ee1

Browse files
committedDec 20, 2023
chore: prepare v9.0.1 for release
1 parent d387ff6 commit a590ee1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

Diff for: ‎easypost/constant.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# flake8: noqa
22
# Library version
3-
VERSION = "9.0.0"
3+
VERSION = "9.0.1"
44
VERSION_INFO = [str(number) for number in VERSION.split(".")]
55

66
# Client defaults

Diff for: ‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
setup(
3333
name="easypost",
34-
version="9.0.0",
34+
version="9.0.1",
3535
description="EasyPost Shipping API Client Library for Python",
3636
author="EasyPost",
3737
author_email="support@easypost.com",

0 commit comments

Comments
 (0)