Skip to content

Commit 7435826

Browse files
authored
Update Version (#71)
1 parent 49cf7e5 commit 7435826

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66

77
[project]
88
name = "socketsecurity"
9-
version = "2.0.38"
9+
version = "2.0.40"
1010
requires-python = ">= 3.10"
1111
license = {"file" = "LICENSE"}
1212
dependencies = [
@@ -16,7 +16,7 @@ dependencies = [
1616
'GitPython',
1717
'packaging',
1818
'python-dotenv',
19-
'socket-sdk-python>=2.0.20'
19+
'socket-sdk-python>=2.0.21'
2020
]
2121
readme = "README.md"
2222
description = "Socket Security CLI for CI/CD"

Diff for: socketsecurity/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__author__ = 'socket.dev'
2-
__version__ = '2.0.39'
2+
__version__ = '2.0.40'
33

0 commit comments

Comments
 (0)