uv-sbom-bin 0.1.0__tar.gz → 0.2.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: uv-sbom-bin
3
- Version: 0.1.0
3
+ Version: 0.2.0
4
4
  Summary: Python wrapper for uv-sbom - SBOM generation tool for uv projects
5
5
  Project-URL: Homepage, https://github.com/Taketo-Yoda/uv-sbom
6
6
  Project-URL: Repository, https://github.com/Taketo-Yoda/uv-sbom
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "uv-sbom-bin"
7
- version = "0.1.0"
7
+ version = "0.2.0"
8
8
  description = "Python wrapper for uv-sbom - SBOM generation tool for uv projects"
9
9
  readme = "README.md"
10
10
  license = { text = "MIT" }
@@ -1,6 +1,6 @@
1
1
  """Python wrapper for uv-sbom CLI tool."""
2
2
 
3
- __version__ = "0.1.0"
3
+ __version__ = "0.2.0"
4
4
 
5
5
  from .install import ensure_binary, get_binary_path
6
6
 
@@ -9,7 +9,7 @@ from pathlib import Path
9
9
  from urllib.request import urlretrieve
10
10
 
11
11
  # Version of uv-sbom to install
12
- UV_SBOM_VERSION = "0.1.0"
12
+ UV_SBOM_VERSION = "0.2.0"
13
13
 
14
14
  # GitHub release URL template
15
15
  RELEASE_URL_TEMPLATE = (
File without changes
File without changes