Skip to content

Commit d324598

Browse files
Bump minecode-pipelines to v0.0.1b9
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent 938599b commit d324598

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

minecode_pipelines/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
# See https://aboutcode.org for more information about nexB OSS projects.
88
#
99

10-
VERSION = "0.0.1b3"
10+
VERSION = "0.0.1b9"

pyproject-minecode_pipelines.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flot.buildapi"
44

55
[project]
66
name = "minecode_pipelines"
7-
version = "0.0.1b3"
7+
version = "0.0.1b9"
88
description = "A library for mining packageURLs and package metadata from ecosystem repositories."
99
readme = "minecode_pipelines/README.rst"
1010
license = { text = "Apache-2.0" }
@@ -56,7 +56,7 @@ mine_debian = "minecode_pipelines.pipelines.mine_debian:MineDebian"
5656
mine_alpine = "minecode_pipelines.pipelines.mine_alpine:MineAlpine"
5757

5858
[tool.bumpversion]
59-
current_version = "0.0.1b3"
59+
current_version = "0.0.1b9"
6060
allow_dirty = true
6161

6262
files = [

0 commit comments

Comments
 (0)