Skip to content

Commit c7d789c

Browse files
author
Jonathan Tsai
committed
also set version in version.py
1 parent a1b0ac2 commit c7d789c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easypost/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = '5.0.0'
1+
VERSION = '5.1.1'
22

33
if '-' in VERSION:
44
VERSION_INFO = tuple([int(v) for v in VERSION.split('-')[0].split('.')] + VERSION.split('-')[1:])

0 commit comments

Comments
 (0)