Skip to content

Commit

Permalink
Merge pull request #83 from jspeed-meyers/export_sbomchecker
Browse files Browse the repository at this point in the history
Export sbomchecker
  • Loading branch information
jspeed-meyers committed Feb 16, 2023
2 parents ffb84df + 43b1982 commit 4e739a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ntia_conformance_checker/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
"""Export functions for usage as library."""
from ntia_conformance_checker.sbom_checker import SbomChecker
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "ntia_conformance_checker"
version = "0.2.1"
version = "0.2.2"
authors = [
{name = "Josh Lin", email = "linynjosh@gmail.com"},
{name = "John Speed Meyers", email = "johnmeyersster@gmail.com"}
Expand Down

0 comments on commit 4e739a5

Please sign in to comment.