We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89a7fb9 commit a17af70Copy full SHA for a17af70
1 file changed
src/pythonfinder/__init__.py
@@ -4,6 +4,6 @@
4
from .models.python_info import PythonInfo
5
from .pythonfinder import Finder
6
7
-__version__ = "3.0.2"
+__version__ = "3.0.3.dev0"
8
9
__all__ = ["Finder", "PythonInfo", "InvalidPythonVersion", "PythonNotFound"]
0 commit comments