Skip to content

Commit

Permalink
release 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ndejong committed Nov 11, 2023
1 parent df76443 commit a56974b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "hibp-downloader"
version = "0.1.4"
version = "0.1.5"
description = "Efficiently download HIBP new pwned password data by hash-prefix for a local-copy"
authors = ["Nicholas de Jong <[email protected]>"]
license = "BSD-3-Clause"
Expand Down
2 changes: 1 addition & 1 deletion src/hibp_downloader/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from .models import AppContext

__title__ = "HIBP Downloader"
__version__ = "0.1.4"
__version__ = "0.1.5"

LOGGER_NAME = "hibp-downloader"
PWNEDPASSWORDS_API_URL = "https://api.pwnedpasswords.com"
Expand Down

0 comments on commit a56974b

Please sign in to comment.