Skip to content

Commit

Permalink
Bumps version to 0.5-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
funkyfuture committed Dec 16, 2024
1 parent a28bef9 commit 74c8391
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"

[project]
name = "delb-reference-plugins"
version = "0.5-rc1" # this shall match the delb version it relates to
version = "0.5-rc2" # this shall match the delb version it relates to
description = "A package with spare non-sense plugins for delb as developer's reference."
authors = [{name = "Frank Sachsenheim"}]
license = {text = "AGPL-3.0-only"}
dependencies = ["delb[https-loader]~=0.5-rc1"]
dependencies = ["delb[https-loader]~=0.5-rc2"]

[project.entry-points.delb]
custom-loader = "delb_reference_plugins.custom_loader"
Expand Down

0 comments on commit 74c8391

Please sign in to comment.