Skip to content

Commit c991a9f

Browse files
committed
Update the Minecode pipeline version.
Fix merge conflicts. Signed-off-by: ziad hany <ziadhany2016@gmail.com>
1 parent 61024f1 commit c991a9f

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

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.1b10"
10+
VERSION = "0.0.1b11"

pyproject-minecode_pipelines.toml

Lines changed: 3 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.1b10"
7+
version = "0.0.1b11"
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" }
@@ -53,9 +53,10 @@ mine_maven = "minecode_pipelines.pipelines.mine_maven:MineMaven"
5353
mine_cargo = "minecode_pipelines.pipelines.mine_cargo:MineCargo"
5454
mine_debian = "minecode_pipelines.pipelines.mine_debian:MineDebian"
5555
mine_alpine = "minecode_pipelines.pipelines.mine_alpine:MineAlpine"
56+
mine_conan = "minecode_pipelines.pipelines.mine_conan:MineConan"
5657

5758
[tool.bumpversion]
58-
current_version = "0.0.1b10"
59+
current_version = "0.0.1b11"
5960
allow_dirty = true
6061

6162
files = [

0 commit comments

Comments
 (0)