We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fbc35a commit 585e797Copy full SHA for 585e797
pyproject.toml
@@ -13,7 +13,7 @@ dependencies = [
13
'GitPython',
14
'packaging',
15
'python-dotenv',
16
- 'socket-sdk-python>=2.0.7'
+ 'socket-sdk-python>=2.0.8'
17
]
18
readme = "README.md"
19
description = "Socket Security CLI for CI/CD"
@@ -41,6 +41,7 @@ test = [
41
42
dev = [
43
"ruff>=0.3.0",
44
+ "twine", # for building
45
"pip-tools>=7.4.0", # for pip-compile
46
47
socketsecurity/__init__.py
@@ -1,2 +1,2 @@
1
__author__ = 'socket.dev'
2
-__version__ = '2.0.7'
+__version__ = '2.0.8'
0 commit comments