Skip to content

Commit

Permalink
Merge pull request #4 from nodestream-proj/release-0.13.0
Browse files Browse the repository at this point in the history
Release 0.13.0
  • Loading branch information
zprobst authored Aug 9, 2024
2 parents 680c490 + d3890ef commit a6c4120
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[tool.poetry]
name = "nodestream-plugin-sbom"
version = "0.13.0b1"
version = "0.13.0"
description = "A plugin for nodestream that allows for importing Software Bill of Materials"
authors = ["Dave Bechberger <dbechbe@amazon.com>"]
license = "Apache 2.0"
readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.10,<4.0"
nodestream = "0.13.0b1"
nodestream = "^0.13.0"
boto3 = "^1.34.40"
flatdict = ">=4.0.1"
black = "^24.3.0"
Expand Down

0 comments on commit a6c4120

Please sign in to comment.