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 a3e0f17 commit a668853Copy full SHA for a668853
1 file changed
pyproject-minecode_pipelines.toml
@@ -4,7 +4,7 @@ build-backend = "flot.buildapi"
4
5
[project]
6
name = "minecode_pipelines"
7
-version = "1.0.0"
+version = "1.0.1"
8
description = "A library for mining packageURLs and package metadata from ecosystem repositories."
9
readme = "minecode_pipelines/README.rst"
10
license = { text = "Apache-2.0" }
@@ -64,7 +64,7 @@ mine_swift = "minecode_pipelines.pipelines.mine_swift:MineSwift"
64
mine_composer = "minecode_pipelines.pipelines.mine_composer:MineComposer"
65
66
[tool.bumpversion]
67
-current_version = "1.0.0"
+current_version = "1.0.1"
68
allow_dirty = true
69
70
files = [
0 commit comments