Skip to content

Commit

Permalink
release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ndejong committed Nov 13, 2023
1 parent 35fc48b commit 80cca7a
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.2.0"
version = "0.2.1"
description = "Efficiently download HIBP new pwned password data by hash-prefix for a local-copy"
authors = ["Nicholas de Jong <contact@threatpatrols.com>"]
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 @@ -9,7 +9,7 @@
from .models import AppContext

__title__ = "HIBP Downloader"
__version__ = "0.2.0"
__version__ = "0.2.1"

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

0 comments on commit 80cca7a

Please sign in to comment.