Skip to content

Commit 1f98759

Browse files
committed
docs: add readme to project metadata and bump version to 1.0.2
1 parent a8cc769 commit 1f98759

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[project]
22
name = "pystackquery"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
description = "Async data fetching and caching library for Python"
5+
readme = "README.md"
56
requires-python = ">=3.12"
67
license = "MIT"
78
keywords = ["async", "cache", "data-fetching", "query", "state-management"]

pystackquery/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
)
4343
from .types import QueryKey, StorageBackend
4444

45-
__version__ = "1.0.1"
45+
__version__ = "1.0.2"
4646

4747
__all__ = [
4848
# Client

0 commit comments

Comments
 (0)