Skip to content

Commit 66bbbc6

Browse files
committed
!
1 parent c3350ef commit 66bbbc6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

openaudit.egg-info/PKG-INFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 2.4
22
Name: openaudit
3-
Version: 0.1.0
3+
Version: 0.1.1
44
Summary: Offline-first security audit tool (secrets & config scanning) for local codebases.
55
Author-email: OpenAuditKit Team <info@neuralforge.one>
66
License: MIT

openaudit/interface/cli/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ def main_callback():
1717
app.command(name="scan")(scan_command)
1818
app.command(name="explain")(explain_command)
1919
app.add_typer(config_app, name="config")
20-
print(f"DEBUG: app in module {__name__} type: {type(app)}")
20+

pyproject.toml

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

55
[project]
66
name = "openaudit"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "Offline-first security audit tool (secrets & config scanning) for local codebases."
99
readme = "README.md"
1010
requires-python = ">=3.9"

0 commit comments

Comments
 (0)