Skip to content

Commit 6aa5d5b

Browse files
🔖 release: Bump version to 1.0.1
1 parent 996ba4b commit 6aa5d5b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

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

55
[project]
66
name = "xposedornot"
7-
version = "1.0.0"
7+
version = "1.0.1"
88
description = "Python client for the XposedOrNot API - Check for data breaches and exposed credentials"
99
readme = "README.md"
1010
license = "MIT"

xposedornot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
PasswordCheckResponse,
3232
)
3333

34-
__version__ = "1.0.0"
34+
__version__ = "1.0.1"
3535

3636
__all__ = [
3737
# Client

0 commit comments

Comments
 (0)