Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eggplants committed Jul 30, 2023
1 parent 49d9098 commit 824f506
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.0"
__version__ = "0.3.1"

__all__ = ["GHCRBadgeGenerator"]
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ packages = [{include = "ghcr_badge"}]
license = "MIT"
readme = "README.md"
repository = "https://github.com/eggplants/ghcr-badge"
version = "0.3.0"
version = "0.3.1"

[tool.poetry.dependencies]
python = ">=3.8,<3.12"
Expand Down

0 comments on commit 824f506

Please sign in to comment.