File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77# See https://aboutcode.org for more information about nexB OSS projects.
88#
99
10- VERSION = "0.0.1b6 "
10+ VERSION = "0.0.1b7 "
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "flot.buildapi"
44
55[project ]
66name = " minecode_pipelines"
7- version = " 0.0.1b6 "
7+ version = " 0.0.1b7 "
88description = " A library for mining packageURLs and package metadata from ecosystem repositories."
99readme = " minecode_pipelines/README.rst"
1010license = { text = " Apache-2.0" }
@@ -47,13 +47,13 @@ urls = { Homepage = "https://github.com/aboutcode-org/purldb" }
4747
4848[project .entry-points ."scancodeio_pipelines" ]
4949mine_pypi = " minecode_pipelines.pipelines.mine_pypi:MinePypi"
50- mine_maven = " minecode_pipeline .pipelines.mine_maven:MineMaven"
50+ mine_maven = " minecode_pipelines .pipelines.mine_maven:MineMaven"
5151mine_cargo = " minecode_pipelines.pipelines.mine_cargo:MineCargo"
5252mine_debian = " minecode_pipelines.pipelines.mine_debian:MineDebian"
5353mine_nuget = " minecode_pipelines.pipelines.mine_nuget:MineNuGet"
5454
5555[tool .bumpversion ]
56- current_version = " 0.0.1b6 "
56+ current_version = " 0.0.1b7 "
5757allow_dirty = true
5858
5959files = [
You can’t perform that action at this time.
0 commit comments