We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b5d121 commit 46386a4Copy full SHA for 46386a4
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
5
[tool.poetry]
6
name = "hibp-downloader"
7
-version = "0.3.1"
+version = "0.3.2"
8
description = "Efficiently download HIBP new pwned password data by hash-prefix for a local-copy"
9
authors = ["Nicholas de Jong <[email protected]>"]
10
license = "BSD-3-Clause"
src/hibp_downloader/__init__.py
@@ -9,7 +9,7 @@
from .models import AppContext
11
__title__ = "HIBP Downloader"
12
-__version__ = "0.3.1"
+__version__ = "0.3.2"
13
14
LOGGER_NAME = "hibp-downloader"
15
PWNEDPASSWORDS_API_URL = "https://api.pwnedpasswords.com"
0 commit comments