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 7627bd2 commit a074336Copy full SHA for a074336
.github/workflows/docker-stable.yml
@@ -40,4 +40,5 @@ jobs:
40
platforms: linux/amd64,linux/arm64
41
tags: socketdev/cli:stable
42
build-args: |
43
- CLI_VERSION=${{ inputs.version }}
+ CLI_VERSION=${{ inputs.version }}
44
+
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
6
7
[project]
8
name = "socketsecurity"
9
-version = "2.1.39"
+version = "2.1.40"
10
requires-python = ">= 3.10"
11
license = {"file" = "LICENSE"}
12
dependencies = [
socketsecurity/__init__.py
@@ -1,2 +1,2 @@
1
__author__ = 'socket.dev'
2
-__version__ = '2.1.39'
+__version__ = '2.1.40'
0 commit comments