From 3f18321257e62ef4a38b4869e31e71ffdd7034ef Mon Sep 17 00:00:00 2001 From: Bob <5661982+bobbui@users.noreply.github.com> Date: Wed, 14 Feb 2024 23:26:58 -0800 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a4d2998..705d1ce 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name="json-logging", - version='1.5.0-rc0', + version='1.5.0', packages=find_packages(exclude=['contrib', 'docs', 'tests*', 'example', 'dist', 'build']), license='Apache License 2.0', description="JSON Python Logging",