From 81a7bfabe194b14b8cb54d46ce36839f58ca3711 Mon Sep 17 00:00:00 2001 From: bhargav1002 Date: Mon, 9 Jun 2025 07:39:36 +0530 Subject: [PATCH] Bump version to 1.6.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fa00dba5..7ccbf5c6 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ from setuptools import find_packages, setup import sys -version = "1.5.1" +version = "1.6.0" # Provided as an attribute, so you can append to these instead