Skip to content

Commit e7d1c4a

Browse files
authored
Updated README with new Slack bot directions (#65)
1 parent 98ffd85 commit e7d1c4a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "socketdev"
7-
version = "3.0.27"
7+
version = "3.0.28"
88
requires-python = ">= 3.9"
99
dependencies = [
1010
'requests',

socketdev/fullscans/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1078,4 +1078,4 @@ def get_tar_files(self, org_slug: str, full_scan_id: str) -> bytes:
10781078

10791079
error_message = response.json().get("error", {}).get("message", "Unknown error") if response.text else "Unknown error"
10801080
log.error(f"Error downloading tar files: {response.status_code}, message: {error_message}")
1081-
return b""
1081+
return b""

socketdev/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.0.27"
1+
__version__ = "3.0.28"

0 commit comments

Comments
 (0)