Skip to content

Commit 46386a4

Browse files
committed
release 0.3.2
1 parent 6b5d121 commit 46386a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "hibp-downloader"
7-
version = "0.3.1"
7+
version = "0.3.2"
88
description = "Efficiently download HIBP new pwned password data by hash-prefix for a local-copy"
99
authors = ["Nicholas de Jong <[email protected]>"]
1010
license = "BSD-3-Clause"

src/hibp_downloader/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from .models import AppContext
1010

1111
__title__ = "HIBP Downloader"
12-
__version__ = "0.3.1"
12+
__version__ = "0.3.2"
1313

1414
LOGGER_NAME = "hibp-downloader"
1515
PWNEDPASSWORDS_API_URL = "https://api.pwnedpasswords.com"

0 commit comments

Comments
 (0)