From 7005035aecabfe9d3556557381138e84c02f5b63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Sousa?= <47536659+sousa-andre@users.noreply.github.com> Date: Thu, 21 Dec 2023 01:21:08 +0000 Subject: [PATCH] Bump library version to 3.0.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 969a8d7..dfd9715 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -__version__ = '3.0.0' +__version__ = '3.0.1' with open('README.md', encoding='utf-8') as f: long_description = f.read()