From fcd824a42b447076fe0b209b85563a0b3ced596f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Sousa?= <47536659+sousa-andre@users.noreply.github.com> Date: Sat, 30 Nov 2024 11:57:52 +0000 Subject: [PATCH] Bump patch version to 3.0.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dfd9715..0fcd0ac 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -__version__ = '3.0.1' +__version__ = '3.0.2' with open('README.md', encoding='utf-8') as f: long_description = f.read()