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 78bb653 commit 42659e2Copy full SHA for 42659e2
2 files changed
minecode_pipelines/__init__.py
@@ -8,4 +8,4 @@
8
#
9
10
11
-VERSION = "0.0.1b42"
+VERSION = "0.0.1b58"
pyproject-minecode_pipelines.toml
@@ -4,7 +4,7 @@ build-backend = "flot.buildapi"
4
5
[project]
6
name = "minecode_pipelines"
7
-version = "0.0.1b42"
+version = "0.0.1b58"
description = "A library for mining packageURLs and package metadata from ecosystem repositories."
readme = "minecode_pipelines/README.rst"
license = { text = "Apache-2.0" }
@@ -63,7 +63,7 @@ mine_swift = "minecode_pipelines.pipelines.mine_swift:MineSwift"
63
mine_composer = "minecode_pipelines.pipelines.mine_composer:MineComposer"
64
65
[tool.bumpversion]
66
-current_version = "0.0.1b42"
+current_version = "0.0.1b58"
67
allow_dirty = true
68
69
files = [
0 commit comments