From 105083951dc93f28a4816c0c699af7db7f2789d9 Mon Sep 17 00:00:00 2001 From: Paul Horton Date: Mon, 6 Sep 2021 15:14:03 +0100 Subject: [PATCH] Bump to version 0.0.2 --- VERSION | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"