Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
crizzitello committed Nov 11, 2024
1 parent 8521b9c commit c40454f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "icsbom"
version = "1.0.2"
version = "1.1.0"
description = "icsbom is a tool developed by Integrated Computer Solutions (ICS) for converting Software Bill of Materials (SBoM) into a Vex File."
### Poetry apparently doesn't support multiline descriptions.
#"""
Expand Down Expand Up @@ -28,7 +28,7 @@ packages = [
icsbom = 'icsbom:main'

[tool.poetry.dependencies]
ics_sbom_libs = ">=1.1.3"
ics_sbom_libs = ">=1.2.0"
python = "^3.9"
rich = "*"
rich-argparse = "*"
Expand Down

0 comments on commit c40454f

Please sign in to comment.