We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 464b0bc commit e9093edCopy full SHA for e9093ed
3 files changed
CHANGELOG.md
@@ -0,0 +1,5 @@
1
+
2
+# Changelog
3
4
+## 1.0.0
5
+- Initial release.
install.bash
@@ -1,7 +1,8 @@
#!/usr/bin/env bash
# -----------------------------------------------------------------------------
-# install.bash
+# install.bash -- v1.0.0
+# https://github.com/newbery/uv-python-shims
6
#
7
# Copies the project-root ./python shim to:
8
# ~/.local/uv-python-shims/python
python
-# uv python shim
+# uv python shim -- v1.0.0
# - Mimics the pyenv python shim behavior.
# - Uses `uv python find` for discovery (including .python-version handling).
0 commit comments