From 3f7901fd2ee2c7f7839584816a9659488c159dc9 Mon Sep 17 00:00:00 2001 From: Vibhu Jawa Date: Mon, 5 Aug 2024 18:13:43 -0700 Subject: [PATCH] Bump up versiton to 0.0.4 Signed-off-by: Vibhu Jawa --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c4bb78e..214b9b8 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ from setuptools import find_packages, setup -VERSION = "0.0.3" +VERSION = "0.0.4" def get_long_description():