Skip to content

Commit 56af013

Browse files
committed
release 0.3.4
1 parent d92b36a commit 56af013

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ requires = ["pdm-backend"]
66
# project
77
# ===
88
[tool.poetry]
9-
version = "0.3.2"
9+
version = "0.3.4"
1010

1111
[project]
1212
name = "hibp-downloader"
1313
license = {text = "BSD-3-Clause" }
1414
authors = [{name="Nicholas de Jong", email="[email protected]"}]
1515
description = "Efficiently download HIBP new pwned password data by hash-prefix for a local-copy"
16-
version = "0.3.2"
16+
version = "0.3.4"
1717
readme = "README.md"
1818
requires-python = ">=3.8,<4"
1919
keywords = ["hibp-downloader", "hibp", "haveibeenpwned", "haveibeenpwned-downloader", "sha1", "ntlm"]

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.2"
12+
__version__ = "0.3.4"
1313

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

0 commit comments

Comments
 (0)