Skip to content

Commit

Permalink
use 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ihoubr committed Jul 3, 2024
1 parent 77bf0bd commit 1185d3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pw
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import sys
from pathlib import Path
from venv import EnvBuilder

VERSION = "3.0.1rc3"
VERSION = "3.0.1"

PYPROJECTX_INSTALL_DIR_ENV_VAR = "PYPROJECTX_INSTALL_DIR"
PYPROJECTX_PACKAGE_ENV_VAR = "PYPROJECTX_PACKAGE"
Expand Down
2 changes: 1 addition & 1 deletion pw.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[main]
requirements = ["anyio==4.4.0", "blinker==1.8.2", "certifi==2024.6.2", "cfgv==3.4.0", "charset-normalizer==3.3.2", "colorama==0.4.6 ; sys_platform == 'win32'", "defusedxml==0.7.1", "dep-logic==0.3.1", "distlib==0.3.8", "filelock==3.15.4", "findpython==0.6.1", "h11==0.14.0", "hishel==0.0.29", "httpcore==1.0.5", "httpie==3.2.2", "httpx==0.27.0", "identify==2.5.36", "idna==3.7", "installer==0.7.0", "markdown-it-py==3.0.0", "mdurl==0.1.2", "msgpack==1.0.8", "multidict==6.0.5", "nodeenv==1.9.1", "packaging==24.1", "pbs-installer==2024.4.24", "pdm==2.16.1", "pip==24.1.1", "platformdirs==4.2.2", "pre-commit==3.7.1", "px-utils==1.1.0", "pygments==2.18.0", "pyproject-hooks==1.1.0", "pysocks==1.7.1", "python-dotenv==1.0.1", "pyyaml==6.0.1", "requests-toolbelt==1.0.0", "requests==2.32.3", "resolvelib==1.0.1", "rich==13.7.1", "ruff==0.5.0", "setuptools==70.2.0", "shellingham==1.5.4", "sniffio==1.3.1", "socksio==1.0.0", "tomlkit==0.12.5", "truststore==0.9.1 ; python_version >= '3.10'", "typing-extensions==4.12.2", "unearth==0.15.5", "urllib3==2.2.2", "virtualenv==20.26.3"]
requirements = ["anyio==4.4.0", "blinker==1.8.2", "certifi==2024.6.2", "cfgv==3.4.0", "charset-normalizer==3.3.2", "colorama==0.4.6 ; sys_platform == 'win32'", "defusedxml==0.7.1", "dep-logic==0.3.4", "distlib==0.3.8", "filelock==3.15.4", "findpython==0.6.1", "h11==0.14.0", "hishel==0.0.29", "httpcore==1.0.5", "httpie==3.2.2", "httpx==0.27.0", "identify==2.5.36", "idna==3.7", "installer==0.7.0", "markdown-it-py==3.0.0", "mdurl==0.1.2", "msgpack==1.0.8", "multidict==6.0.5", "nodeenv==1.9.1", "packaging==24.1", "pbs-installer==2024.4.24", "pdm==2.16.1", "pip==24.1.1", "platformdirs==4.2.2", "pre-commit==3.7.1", "px-utils==1.1.0", "pygments==2.18.0", "pyproject-hooks==1.1.0", "pysocks==1.7.1", "python-dotenv==1.0.1", "pyyaml==6.0.1", "requests-toolbelt==1.0.0", "requests==2.32.3", "resolvelib==1.0.1", "rich==13.7.1", "ruff==0.5.0", "setuptools==70.2.0", "shellingham==1.5.4", "sniffio==1.3.1", "socksio==1.0.0", "tomlkit==0.12.5", "truststore==0.9.1 ; python_version >= '3.10'", "typing-extensions==4.12.2", "unearth==0.16.0", "urllib3==2.2.2", "virtualenv==20.26.3"]
hash = "6de699962738fc27de5b27352079ba42"
post-install = "pre-commit install"

0 comments on commit 1185d3a

Please sign in to comment.