Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eggplants committed Mar 24, 2024
1 parent 25d9aa3 commit bf2a010
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ghcr_badge/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

from .generate import GHCRBadgeGenerator

__version__ = "0.3.3"
__version__ = "0.4.0"

__all__ = ["GHCRBadgeGenerator"]
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ packages = [{include = "ghcr_badge"}]
license = "MIT"
readme = "README.md"
repository = "https://github.com/eggplants/ghcr-badge"
version = "0.3.3"
version = "0.4.0"

[tool.poetry.dependencies]
python = ">=3.8,<3.12"
python = ">=3.8,<3.13"
anybadge="^1.9.0"
flask=">=2.1.2,<4.0.0"
gunicorn=">=20.1,<22.0"
Expand Down

0 comments on commit bf2a010

Please sign in to comment.