diff --git a/VERSION b/VERSION index 8a9ecc2e..7bcd0e36 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.1 \ No newline at end of file +0.0.2 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index ce570c06..e764fb4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cyclonedx" -version = "0.0.1" +version = "0.0.2" description = "A library for producing CycloneDX SBOM (Software Bill of Materials) files." authors = ["Paul Horton "] license = "Apache-2.0"