Skip to content

Commit 2ee926a

Browse files
Bump version to v0.0.1b16
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent 8230a22 commit 2ee926a

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

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.1b13"
7+
version = "0.0.1b16"
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" }
@@ -58,7 +58,7 @@ mine_conan = "minecode_pipelines.pipelines.mine_conan:MineConan"
5858
mine_cpan = "minecode_pipelines.pipelines.mine_cpan:MineCpan"
5959

6060
[tool.bumpversion]
61-
current_version = "0.0.1b13"
61+
current_version = "0.0.1b16"
6262
allow_dirty = true
6363

6464
files = [

0 commit comments

Comments
 (0)