From eabac4133b8e7c2c17a1c4d1b83d61a477219141 Mon Sep 17 00:00:00 2001 From: BennyKitchell Date: Mon, 21 Nov 2022 15:37:01 -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 dd17507..69325dd 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.0" +VERSION = "5.0.1" # To install the library, run the following # # python setup.py install