We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8230a22 commit 2ee926aCopy full SHA for 2ee926a
2 files changed
minecode_pipelines/__init__.py
@@ -7,4 +7,4 @@
7
# See https://aboutcode.org for more information about nexB OSS projects.
8
#
9
10
-VERSION = "0.0.1b13"
+VERSION = "0.0.1b16"
pyproject-minecode_pipelines.toml
@@ -4,7 +4,7 @@ build-backend = "flot.buildapi"
4
5
[project]
6
name = "minecode_pipelines"
-version = "0.0.1b13"
+version = "0.0.1b16"
description = "A library for mining packageURLs and package metadata from ecosystem repositories."
readme = "minecode_pipelines/README.rst"
license = { text = "Apache-2.0" }
@@ -58,7 +58,7 @@ mine_conan = "minecode_pipelines.pipelines.mine_conan:MineConan"
58
mine_cpan = "minecode_pipelines.pipelines.mine_cpan:MineCpan"
59
60
[tool.bumpversion]
61
-current_version = "0.0.1b13"
+current_version = "0.0.1b16"
62
allow_dirty = true
63
64
files = [
0 commit comments