Skip to content

Commit b24fa42

Browse files
Bump to v1.0.13
1 parent b596577 commit b24fa42

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pinpoint/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from pathlib import Path
44

5-
__version__ = "1.0.12"
5+
__version__ = "1.0.13"
66

77

88
def user_data_dir() -> Path:

pyproject.toml

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

55
[project]
66
name = "pinpoint-search"
7-
version = "1.0.12"
7+
version = "1.0.13"
88
description = "Local document/photo search with WhatsApp bot"
99
readme = "README.md"
1010
requires-python = ">=3.11"

0 commit comments

Comments
 (0)