From 9ef92c2ba324cae5094bb0fd93f7bc3cc48e3666 Mon Sep 17 00:00:00 2001 From: Noah Harasz Date: Tue, 27 Feb 2024 13:41:15 -0800 Subject: [PATCH] update version to 0.0.20 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e308e84..eba44f0 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup from setuptools import find_packages -VERSION = "0.0.19" +VERSION = "0.0.20" def load(path):