We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d387ff6 + a590ee1 commit 2b63098Copy full SHA for 2b63098
easypost/constant.py
@@ -1,6 +1,6 @@
1
# flake8: noqa
2
# Library version
3
-VERSION = "9.0.0"
+VERSION = "9.0.1"
4
VERSION_INFO = [str(number) for number in VERSION.split(".")]
5
6
# Client defaults
setup.py
@@ -31,7 +31,7 @@
31
32
setup(
33
name="easypost",
34
- version="9.0.0",
+ version="9.0.1",
35
description="EasyPost Shipping API Client Library for Python",
36
author="EasyPost",
37
author_email="support@easypost.com",
0 commit comments