From acf87d08c2c33803d9cf04ce5dbc0ba1b1ca8b49 Mon Sep 17 00:00:00 2001 From: Eran Date: Fri, 20 Dec 2024 20:56:24 -0500 Subject: [PATCH] v0.0.49 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9cfee27..7178ba5 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages -VERSION = '0.0.48' +VERSION = '0.0.49' with open("README.md", "r") as readme: