From 24a56b3908817fede1378af35f7b5dbece2a5418 Mon Sep 17 00:00:00 2001 From: gchure Date: Mon, 22 Jan 2024 17:15:51 -0800 Subject: [PATCH] Update versioning --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 047fd23..92c43d4 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages import pathlib -__version__ = "0.2.2" +__version__ = "0.2.3" # The directory containing this file HERE = pathlib.Path(__file__).parent