From b6fc30d3386b20e9da2436160e497e9a16cf2d52 Mon Sep 17 00:00:00 2001 From: Oz Tiram Date: Sun, 28 Jan 2024 15:34:23 +0100 Subject: [PATCH] Bump version to 2.1.0 Signed-off-by: Oz Tiram --- src/pythonfinder/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pythonfinder/__init__.py b/src/pythonfinder/__init__.py index dbc9c45..ed0984f 100644 --- a/src/pythonfinder/__init__.py +++ b/src/pythonfinder/__init__.py @@ -4,7 +4,7 @@ from .models import SystemPath from .pythonfinder import Finder -__version__ = "2.0.7.dev0" +__version__ = "2.1.0" __all__ = ["Finder", "SystemPath", "InvalidPythonVersion"]