Skip to content

Commit

Permalink
Bumps to 0.5-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
funkyfuture committed Nov 3, 2024
1 parent 8a8759f commit 3b5b902
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
strategy:
matrix:
python-version:
- 3.7
- "3.11"
- 3.8
- "3.13"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down
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.4" # this shall match the delb version it relates to
version = "0.5-rc1" # 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.4"]
dependencies = ["delb[https-loader]~=0.5-rc1"]

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

0 comments on commit 3b5b902

Please sign in to comment.