We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85a9cd2 commit 6882053Copy full SHA for 6882053
.github/workflows/pr-preview.yml
@@ -21,7 +21,6 @@ jobs:
21
- name: Install dependencies
22
run: |
23
python -m pip install --upgrade pip
24
- pip install -e .
25
pip install hatchling==1.27.0 hatch==1.14.0 hatch-vcs==0.4.0
26
27
- name: Inject full dynamic version
.github/workflows/release.yml
- name: Get Version
socketsecurity/__init__.py
@@ -1,2 +1,2 @@
1
__author__ = 'socket.dev'
2
-__version__ = '2.0.22'
+__version__ = '2.0.23'
0 commit comments