From cb53e65ec2dd03beff8523674e322878af3621cc Mon Sep 17 00:00:00 2001 From: Brandt Bucher Date: Mon, 24 Oct 2022 00:05:53 -0700 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 28e12e9..337e234 100644 --- a/setup.py +++ b/setup.py @@ -15,5 +15,5 @@ py_modules=["specialist"], python_requires=">=3.11", url="https://github.com/brandtbucher/specialist", - version="0.4.1", + version="0.4.2", )