From 993d2b8cb48b988c975b1bc1b7254f4c640b2b22 Mon Sep 17 00:00:00 2001 From: Taylor Denouden Date: Thu, 9 Feb 2023 11:01:19 -0500 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8e5e68c..3681124 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup PACKAGE_NAME = 'kelp-o-matic' -VERSION = '0.4.1' +VERSION = '0.5.0' packages = [ 'kelp_o_matic',