From dee5c78b30b599ea59845b36afc873b20b6c6988 Mon Sep 17 00:00:00 2001 From: Brandt Bucher Date: Sat, 5 Aug 2023 17:22:41 -0700 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d8e8daf..cad7351 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.5.1", + version="0.6.0", )