From 0eb13de9f28f965d68c14fe53f04a0d8ec3c26c7 Mon Sep 17 00:00:00 2001 From: BennyKitchell Date: Tue, 17 Jan 2023 13:10:32 -0600 Subject: [PATCH] chore: bump version for release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 23fdd34..3a852dd 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ from setuptools import setup, find_packages # noqa: H301 NAME = "lob-python" -VERSION = "5.0.3" +VERSION = "5.1.0" # To install the library, run the following # # python setup.py install