Skip to content

Commit e585653

Browse files
committed
5.1.1
1 parent c120c9a commit e585653

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from setuptools import setup, find_packages # noqa: H301
1313

1414
NAME = "lob-python"
15-
VERSION = "5.1.0"
15+
VERSION = "5.1.1"
1616
# To install the library, run the following
1717
#
1818
# python setup.py install
@@ -21,8 +21,8 @@
2121
# http://pypi.python.org/pypi/setuptools
2222

2323
REQUIRES = [
24-
"urllib3 >= 1.25.3",
25-
"python-dateutil",
24+
"urllib3 >= 1.25.3",
25+
"python-dateutil",
2626
]
2727

2828
setup(
@@ -40,5 +40,5 @@
4040
license="MIT",
4141
long_description="""\
4242
The Lob API is organized around REST. Our API is designed to have predictable, resource-oriented URLs and uses HTTP response codes to indicate any API errors. <p> Looking for our [previous documentation](https://lob.github.io/legacy-docs/)? # noqa: E501
43-
"""
43+
""",
4444
)

0 commit comments

Comments
 (0)