We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1b0ac2 commit c7d789cCopy full SHA for c7d789c
easypost/version.py
@@ -1,4 +1,4 @@
1
-VERSION = '5.0.0'
+VERSION = '5.1.1'
2
3
if '-' in VERSION:
4
VERSION_INFO = tuple([int(v) for v in VERSION.split('-')[0].split('.')] + VERSION.split('-')[1:])
0 commit comments