Skip to content

Commit 42659e2

Browse files
committed
Bump version for release
Signed-off-by: Keshav Priyadarshi <[email protected]>
1 parent 78bb653 commit 42659e2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.1b42"
11+
VERSION = "0.0.1b58"

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.1b42"
7+
version = "0.0.1b58"
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" }
@@ -63,7 +63,7 @@ mine_swift = "minecode_pipelines.pipelines.mine_swift:MineSwift"
6363
mine_composer = "minecode_pipelines.pipelines.mine_composer:MineComposer"
6464

6565
[tool.bumpversion]
66-
current_version = "0.0.1b42"
66+
current_version = "0.0.1b58"
6767
allow_dirty = true
6868

6969
files = [

0 commit comments

Comments
 (0)