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 1b44007 commit 77bf088Copy full SHA for 77bf088
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.3.dev0"
+__version__ = "3.0.3"
8
9
__all__ = ["Finder", "PythonInfo", "InvalidPythonVersion", "PythonNotFound"]
0 commit comments