Skip to content

Commit 46113fc

Browse files
authored
Merge pull request #742 from aboutcode-org/update-version22
Bump version of minecode_pipelines
2 parents 42cf62a + c8d4259 commit 46113fc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

minecode_pipelines/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
#
99

1010

11-
VERSION = "0.0.1b21"
11+
VERSION = "0.0.1b22"

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.1b21"
7+
version = "0.0.1b22"
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" }
@@ -60,7 +60,7 @@ mine_swift = "minecode_pipelines.pipelines.mine_swift:MineSwift"
6060
mine_composer = "minecode_pipelines.pipelines.mine_composer:MineComposer"
6161

6262
[tool.bumpversion]
63-
current_version = "0.0.1b21"
63+
current_version = "0.0.1b22"
6464
allow_dirty = true
6565

6666
files = [

0 commit comments

Comments
 (0)