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 64e7fa9 commit 8f3b74cCopy full SHA for 8f3b74c
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.0"
+__version__ = "3.0.1.dev0"
8
9
__all__ = ["Finder", "PythonInfo", "InvalidPythonVersion", "PythonNotFound"]
0 commit comments