From 03a48ba8439ff3b1ff1851cf6f6a4cf0508c1a70 Mon Sep 17 00:00:00 2001 From: mlissner Date: Thu, 11 Jan 2024 15:21:22 -0800 Subject: [PATCH] feat(deps): Version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0e19a13..774bf50 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages -VERSION = "2.0.3" +VERSION = "2.0.4" HERE = os.path.abspath(os.path.dirname(__file__))