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 4e277fb commit 65ae71fCopy full SHA for 65ae71f
2 files changed
minecode_pipelines/__init__.py
@@ -8,4 +8,4 @@
8
#
9
10
11
-VERSION = "0.0.1b15"
+VERSION = "0.0.1b17"
pyproject-minecode_pipelines.toml
@@ -4,7 +4,7 @@ build-backend = "flot.buildapi"
4
5
[project]
6
name = "minecode_pipelines"
7
-version = "0.0.1b15"
+version = "0.0.1b17"
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_alpine = "minecode_pipelines.pipelines.mine_alpine:MineAlpine"
58
mine_conan = "minecode_pipelines.pipelines.mine_conan:MineConan"
59
60
[tool.bumpversion]
61
-current_version = "0.0.1b15"
+current_version = "0.0.1b17"
62
allow_dirty = true
63
64
files = [
0 commit comments